307 lines
4.6 KiB
SCSS
307 lines
4.6 KiB
SCSS
#share-dialog {
|
|
|
|
width:500px;
|
|
|
|
.dialog-inner {
|
|
padding-bottom:6px;
|
|
}
|
|
|
|
.button-orange {
|
|
margin:0 2px 0 0;
|
|
}
|
|
|
|
body.widgets {
|
|
background: #fff;
|
|
padding: 20px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 20px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.share-overlay {
|
|
|
|
}
|
|
|
|
.share-to-social-media {
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.widget {
|
|
width: 430px;
|
|
height: 180px;
|
|
background: #353535;
|
|
border: solid 1px;
|
|
text-align: left;
|
|
}
|
|
|
|
.widget.session {
|
|
border-color: #0b6672;
|
|
}
|
|
|
|
.widget.recording {
|
|
border-color: #ed3618;
|
|
}
|
|
|
|
.widget-header {
|
|
color: #fff;
|
|
font-size: 17px;
|
|
padding: 8px;
|
|
}
|
|
|
|
.widget-content {
|
|
width: 100%;
|
|
color: #ccc;
|
|
position: relative;
|
|
}
|
|
|
|
.widget-avatar {
|
|
top: 15px;
|
|
left: 15px;
|
|
position: absolute;
|
|
padding: 2px;
|
|
width: 110px;
|
|
height: 110px;
|
|
background-color: #ed3618;
|
|
-webkit-border-radius: 57px;
|
|
-moz-border-radius: 57px;
|
|
border-radius: 57px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.widget-avatar img {
|
|
width: 110px;
|
|
height: 110px;
|
|
-webkit-border-radius: 55px;
|
|
-moz-border-radius: 55px;
|
|
border-radius: 55px;
|
|
}
|
|
|
|
.widget-playbutton {
|
|
position: absolute;
|
|
top: 55px;
|
|
left: 55px;
|
|
width: 35px;
|
|
height: 31px;
|
|
background-image: url(/assets/shared/play_button.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.widget-pausebutton {
|
|
position: absolute;
|
|
top: 55px;
|
|
left: 55px;
|
|
width: 35px;
|
|
height: 31px;
|
|
background-image: url(/assets/shared/pause_button.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.widget-title {
|
|
font-size: 18px;
|
|
position: absolute;
|
|
top: 20px;
|
|
left: 153px;
|
|
width: 260px;
|
|
height: 22px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.widget-description {
|
|
font-size: 13px;
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 153px;
|
|
width: 260px;
|
|
height: 32px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.widget-controls {
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 153px;
|
|
width: 270px;
|
|
height: 32px;
|
|
}
|
|
|
|
.widget-members {
|
|
position: absolute;
|
|
left: 153px;
|
|
top: 60px;
|
|
width: 280px;
|
|
height: 38px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.widget-social {
|
|
position: absolute;
|
|
top: 75px;
|
|
left: 153px;
|
|
width: 270px;
|
|
height: 20px;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.widget-branding {
|
|
position: absolute;
|
|
top: 110px;
|
|
right: 8px;
|
|
width: 270px;
|
|
height: 34px;
|
|
font-size: 13px;
|
|
text-align: right;
|
|
}
|
|
|
|
.widget .recording-controls {
|
|
margin-top: 0px;
|
|
height: 22px;
|
|
padding: 8px 5px;
|
|
}
|
|
|
|
.widget .recording-playback {
|
|
width: 65%;
|
|
}
|
|
|
|
.widget .recording-position {
|
|
margin-left: -30px;
|
|
width: 95%;
|
|
}
|
|
|
|
.widget .recording-current {
|
|
top: 8px;
|
|
}
|
|
|
|
.widget a {
|
|
color: #ccc;
|
|
text-decoration: none;
|
|
}
|
|
|
|
img.space {
|
|
margin-left: 28px;
|
|
}
|
|
|
|
.widget a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.widget-avatar-small {
|
|
float: left;
|
|
padding: 1px;
|
|
width: 36px;
|
|
height: 36px;
|
|
background-color: #ed3618;
|
|
-webkit-border-radius: 18px;
|
|
-moz-border-radius: 18px;
|
|
border-radius: 18px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.widget-avatar-small img {
|
|
width: 36px;
|
|
height: 36px;
|
|
-webkit-border-radius: 18px;
|
|
-moz-border-radius: 18px;
|
|
border-radius: 18px;
|
|
}
|
|
|
|
|
|
.share-button-holder {
|
|
float: right;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
|
|
.share-message-holder {
|
|
|
|
margin:0 0 10px 0;
|
|
|
|
.share-message {
|
|
width: 100%;
|
|
padding:4px;
|
|
}
|
|
|
|
.error-msg {
|
|
display:none;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
color: #F00;
|
|
font-size: 11px;
|
|
}
|
|
|
|
&.error {
|
|
background-color: #330000;
|
|
border: 1px solid #990000;
|
|
padding: 4px;
|
|
|
|
.error-msg {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.share-options {
|
|
.error-msg {
|
|
display: none;
|
|
margin-top: 10px;
|
|
text-align: center;
|
|
color: #F00;
|
|
font-size: 11px;
|
|
}
|
|
|
|
img {
|
|
margin-right:1px;
|
|
}
|
|
|
|
a {
|
|
font-size:12px;
|
|
margin-right:15px;
|
|
}
|
|
}
|
|
|
|
.share-options.error {
|
|
|
|
background-color: #330000;
|
|
border: 1px solid #990000;
|
|
padding: 4px;
|
|
|
|
.error-msg {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.share-link {
|
|
|
|
height:75px;
|
|
|
|
h3 {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.link-contents {
|
|
margin-bottom:20px;
|
|
float:left;
|
|
}
|
|
|
|
#btn-share-copy {
|
|
top:-4px;
|
|
position:relative;
|
|
}
|
|
}
|
|
|
|
.spinner-large {
|
|
vertical-align:middle;
|
|
text-align: center;
|
|
margin: 125px auto;
|
|
}
|
|
|
|
.actions {
|
|
text-align:center;
|
|
margin-top:20px;
|
|
}
|
|
} |