2013-05-23 13:53:37 +00:00
|
|
|
@import 'common.css.scss';
|
|
|
|
|
|
2013-12-29 20:52:29 +00:00
|
|
|
.account-content-scroller,
|
2014-06-29 13:54:51 +00:00
|
|
|
.session-detail-scroller,
|
2013-12-29 20:52:29 +00:00
|
|
|
#account-identity-content-scroller {
|
2013-05-12 00:28:48 +00:00
|
|
|
|
2013-05-14 22:33:19 +00:00
|
|
|
.content-wrapper {
|
2013-12-29 20:52:29 +00:00
|
|
|
padding:10px 30px;
|
2013-05-14 22:33:19 +00:00
|
|
|
}
|
|
|
|
|
|
2013-05-13 19:34:03 +00:00
|
|
|
.content-wrapper.account {
|
|
|
|
|
border-bottom: 1px dotted #444444;
|
|
|
|
|
color: #CCCCCC;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
overflow-x: hidden;
|
|
|
|
|
padding: 10px 35px;
|
|
|
|
|
white-space: nowrap;
|
2014-07-12 13:55:58 +00:00
|
|
|
|
|
|
|
|
.button-orange {
|
|
|
|
|
width:45px;
|
|
|
|
|
}
|
2013-05-13 19:34:03 +00:00
|
|
|
}
|
|
|
|
|
|
2015-06-03 19:22:21 +00:00
|
|
|
hr {
|
|
|
|
|
height:0;
|
|
|
|
|
border-width: 1px 0 0 0;
|
|
|
|
|
border-style:solid;
|
|
|
|
|
border-color:$ColorTextTypical;
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-02 03:53:48 +00:00
|
|
|
h4 {
|
2013-12-29 20:55:55 +00:00
|
|
|
margin-top:8px;
|
2013-06-02 03:53:48 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-weight:bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form {
|
2015-03-13 06:48:09 +00:00
|
|
|
//padding-right:10%;
|
2013-06-02 03:53:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
font-weight:400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type=text], input[type=password] {
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.error {
|
|
|
|
|
padding: 5px 15px 5px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-13 19:34:03 +00:00
|
|
|
.account-left {
|
|
|
|
|
float: left;
|
|
|
|
|
min-width: 165px;
|
|
|
|
|
width: 20%;
|
|
|
|
|
}
|
2013-10-22 17:38:21 +00:00
|
|
|
|
2015-02-16 01:28:13 +00:00
|
|
|
.wizard_control {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-wrapper .account-video {
|
|
|
|
|
|
|
|
|
|
.subcaption {
|
|
|
|
|
margin-bottom: 4px;
|
2015-06-03 19:22:21 +00:00
|
|
|
}
|
2015-02-16 01:28:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.webcam-container {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2013-05-13 19:34:03 +00:00
|
|
|
.account-left h2 {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
}
|
2013-10-22 17:38:21 +00:00
|
|
|
|
2013-05-13 19:34:03 +00:00
|
|
|
.account-mid {
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 150%;
|
|
|
|
|
min-width: 330px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
2013-05-14 19:03:50 +00:00
|
|
|
|
2013-10-22 17:38:21 +00:00
|
|
|
.account-profile {
|
2014-01-01 04:24:10 +00:00
|
|
|
padding-top:20px;
|
|
|
|
|
|
|
|
|
|
.avatar_large {
|
|
|
|
|
position:absolute;
|
|
|
|
|
float:none;
|
|
|
|
|
top: -36px;
|
|
|
|
|
right:0;
|
|
|
|
|
margin-right:20%;
|
|
|
|
|
}
|
2013-10-22 17:38:21 +00:00
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-bottom:15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#account-change-avatar {
|
|
|
|
|
height:13px;
|
2014-01-01 04:24:10 +00:00
|
|
|
float:right;
|
|
|
|
|
margin-right:17%;
|
2013-10-22 17:38:21 +00:00
|
|
|
}
|
|
|
|
|
|
2015-03-04 07:27:32 +00:00
|
|
|
textarea.biography {
|
|
|
|
|
width: 80%;
|
|
|
|
|
height: 90px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.actions {
|
|
|
|
|
margin-right: 125px;
|
|
|
|
|
}
|
2014-02-10 22:43:09 +00:00
|
|
|
|
|
|
|
|
.location {
|
|
|
|
|
position:relative;
|
|
|
|
|
padding-top:25px;
|
|
|
|
|
|
|
|
|
|
.easydropdown-wrapper {
|
|
|
|
|
width:90%;
|
|
|
|
|
}
|
|
|
|
|
.easydropdown {
|
|
|
|
|
width:90%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-10-22 17:38:21 +00:00
|
|
|
.birth_date {
|
2014-02-10 22:43:09 +00:00
|
|
|
.easydropdown{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gender .easydropdown {
|
|
|
|
|
width:75px;
|
2013-10-22 17:38:21 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2015-02-16 01:28:13 +00:00
|
|
|
.audio .audio-profiles-short, .video .video-profiles-short {
|
2013-07-08 20:08:52 +00:00
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-13 19:34:03 +00:00
|
|
|
.account-sub-description {
|
|
|
|
|
display: block;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.account-identity th {
|
|
|
|
|
font-weight : bold;
|
|
|
|
|
padding-bottom:10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.small {
|
|
|
|
|
text-decoration:underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-orange, .button-grey {
|
|
|
|
|
line-height:14px;
|
2013-12-29 20:52:29 +00:00
|
|
|
margin-top:6px;
|
2013-06-02 03:53:48 +00:00
|
|
|
margin-right:0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-02-21 22:02:51 +00:00
|
|
|
.account-audio {
|
|
|
|
|
table.generaltable td {
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.button-orange, .button-grey {
|
|
|
|
|
margin-bottom:9px;
|
|
|
|
|
}
|
2014-08-29 02:11:25 +00:00
|
|
|
|
|
|
|
|
.rescanning-notice {
|
|
|
|
|
display:none;
|
|
|
|
|
|
|
|
|
|
span.spinner-small {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-02-21 22:02:51 +00:00
|
|
|
}
|
|
|
|
|
|
2014-03-02 20:06:23 +00:00
|
|
|
tr.invalid-profile {
|
|
|
|
|
background-color:red;
|
|
|
|
|
}
|
2014-02-21 22:02:51 +00:00
|
|
|
|
2014-03-02 20:06:23 +00:00
|
|
|
img.invalid-profile {
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
}
|
2014-02-21 22:02:51 +00:00
|
|
|
|
2013-06-02 03:53:48 +00:00
|
|
|
.button-grey {
|
|
|
|
|
margin-right:6px;
|
2013-05-13 19:34:03 +00:00
|
|
|
}
|
2013-05-14 19:03:50 +00:00
|
|
|
|
|
|
|
|
div.field {
|
2013-12-29 20:52:29 +00:00
|
|
|
margin-bottom:21px;
|
2014-02-10 22:43:09 +00:00
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
margin-bottom:2px;
|
|
|
|
|
}
|
2013-05-14 19:03:50 +00:00
|
|
|
}
|
|
|
|
|
|
2013-06-02 03:53:48 +00:00
|
|
|
.account-edit-email, .account-edit-password {
|
|
|
|
|
width:35%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-aligner {
|
|
|
|
|
margin-right:-4px;
|
|
|
|
|
}
|
2013-05-23 13:53:37 +00:00
|
|
|
|
|
|
|
|
.account-profile-avatar {
|
|
|
|
|
|
|
|
|
|
.avatar-space {
|
|
|
|
|
color: $color2;
|
2013-05-31 02:07:33 +00:00
|
|
|
margin-bottom: 20px;
|
2013-06-01 18:32:54 +00:00
|
|
|
position:relative;
|
|
|
|
|
min-height:300px;
|
2013-05-23 13:53:37 +00:00
|
|
|
|
2013-05-31 02:07:33 +00:00
|
|
|
img.preview_profile_avatar {
|
2013-05-23 13:53:37 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2013-06-01 18:32:54 +00:00
|
|
|
.spinner-large {
|
|
|
|
|
width:300px;
|
|
|
|
|
height:300px;
|
|
|
|
|
line-height: 300px;
|
|
|
|
|
position:absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
left:0;
|
|
|
|
|
z-index: 2000; // to win over jcrop
|
|
|
|
|
}
|
|
|
|
|
|
2013-05-23 13:53:37 +00:00
|
|
|
.no-avatar-space {
|
|
|
|
|
border:1px dotted $color2;
|
|
|
|
|
|
|
|
|
|
color: $color2;
|
|
|
|
|
width:300px;
|
|
|
|
|
height:300px;
|
|
|
|
|
line-height: 300px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
background-color:$ColorTextBoxBackground;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
2013-07-06 01:02:41 +00:00
|
|
|
|
|
|
|
|
/** audio profiles */
|
|
|
|
|
.audioprofile {
|
|
|
|
|
.actions {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
2014-05-29 19:14:46 +00:00
|
|
|
|
|
|
|
|
td span[data-current="true"] {
|
|
|
|
|
font-size:11px;
|
|
|
|
|
}
|
2014-05-30 14:50:35 +00:00
|
|
|
|
|
|
|
|
tr[data-status="bad"] {
|
|
|
|
|
color:grey;
|
|
|
|
|
}
|
2013-07-06 01:02:41 +00:00
|
|
|
}
|
2014-06-15 07:11:34 +00:00
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
.sessions-header {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
|
|
|
|
|
.sessions-caption h2 {
|
|
|
|
|
min-width: 165px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
font-size: 23px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
2014-08-20 22:06:57 +00:00
|
|
|
|
|
|
|
|
.session-buttons {
|
|
|
|
|
margin-right:17px;
|
|
|
|
|
}
|
2014-06-29 13:54:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/** account session detail */
|
|
|
|
|
.account-session-detail {
|
|
|
|
|
.dark-box {
|
|
|
|
|
background-color: #202020;
|
|
|
|
|
padding: 8px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-09-29 01:29:37 +00:00
|
|
|
.paginate-wait {
|
|
|
|
|
margin:auto;
|
|
|
|
|
text-align:center;
|
|
|
|
|
vertical-align:bottom;
|
|
|
|
|
line-height:32px;
|
|
|
|
|
.spinner-small {
|
|
|
|
|
display:inline-block;
|
|
|
|
|
vertical-align:top;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
#account-session-detail-div {
|
|
|
|
|
.box-header {
|
|
|
|
|
margin: 5px 0px;
|
|
|
|
|
h2 {
|
|
|
|
|
width: 65%;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#latency-header {
|
|
|
|
|
width: 20%;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-20 22:06:57 +00:00
|
|
|
|
|
|
|
|
#pendingRSVPs table.rsvp-table, #session-rsvps table.rsvp-table {
|
|
|
|
|
width:100%;
|
|
|
|
|
}
|
|
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
table.rsvp-table {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
|
|
|
|
|
tbody tr td {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
2014-08-20 22:06:57 +00:00
|
|
|
|
|
|
|
|
td.score-badge {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
td.rsvp-buttons {
|
|
|
|
|
float:right;
|
|
|
|
|
text-align:right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.avatar-cell {
|
|
|
|
|
width:24px;
|
|
|
|
|
}
|
2014-06-29 13:54:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.latency {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
height: 16px;
|
2014-08-18 15:37:55 +00:00
|
|
|
padding: 3px;
|
2014-06-29 13:54:51 +00:00
|
|
|
width: 100%;
|
2014-08-18 15:37:55 +00:00
|
|
|
@include border-radius(2px);
|
2014-08-20 22:06:57 +00:00
|
|
|
width:130px;
|
2014-06-29 13:54:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#session-rsvps, #still-needed, #invited-users {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2014-08-20 22:06:57 +00:00
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
.musician-left {
|
|
|
|
|
width: 20%;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.musician-right {
|
|
|
|
|
width: 75%;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-properties-left {
|
|
|
|
|
width: 20%;
|
|
|
|
|
float: left;
|
|
|
|
|
font-weight: strong;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-properties-right {
|
|
|
|
|
width: 75%;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
2014-08-20 22:06:57 +00:00
|
|
|
|
|
|
|
|
.session-properties {
|
|
|
|
|
.update-session {
|
|
|
|
|
margin-right:9px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-06-15 07:11:34 +00:00
|
|
|
}
|
2014-06-29 13:54:51 +00:00
|
|
|
}
|
2014-06-15 07:11:34 +00:00
|
|
|
|
2014-07-02 13:57:18 +00:00
|
|
|
.account-session-properties {
|
|
|
|
|
#account-session-properties-div {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-panel {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 45%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right-panel {
|
|
|
|
|
float: right;
|
|
|
|
|
width: 55%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-column {
|
|
|
|
|
width: 35%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
text-align: right;
|
2014-07-14 18:40:00 +00:00
|
|
|
margin-top: 5px;
|
2014-07-02 13:57:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right-column {
|
2014-07-14 18:40:00 +00:00
|
|
|
width: 60%;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right-column input[type="text"] {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right-column input[type="text"], .right-column textarea {
|
|
|
|
|
width: 99%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.right-no-left {
|
2014-07-02 13:57:18 +00:00
|
|
|
width: 65%;
|
2014-07-14 18:40:00 +00:00
|
|
|
margin-left: 35%;
|
2014-07-02 13:57:18 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
float: left;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-14 18:40:00 +00:00
|
|
|
.open-rsvp-check, .datetime_tbd_check {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.datetime_tbd_label {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.open-rsvp-label {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
width: 85%;
|
|
|
|
|
line-height: 19px;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
}
|
|
|
|
|
|
2014-07-02 13:57:18 +00:00
|
|
|
.action-bar {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
2014-10-26 23:45:29 +00:00
|
|
|
|
|
|
|
|
#selected-filenames {
|
|
|
|
|
margin-top:10px;
|
|
|
|
|
font-size:12px;
|
|
|
|
|
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
li {
|
|
|
|
|
margin-bottom:1px;
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
line-height:14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li span {
|
|
|
|
|
white-space:nowrap;
|
|
|
|
|
text-overflow:ellipsis;
|
|
|
|
|
overflow:hidden;
|
|
|
|
|
display:block;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-07-02 13:57:18 +00:00
|
|
|
}
|
|
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
/** account sessions */
|
2015-03-20 20:26:06 +00:00
|
|
|
.account-sessions, .account-jamtracks {
|
|
|
|
|
div#account-scheduled-sessions, #account-my-jamtracks {
|
2014-06-15 07:11:34 +00:00
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin: 0px;
|
2014-06-29 13:54:51 +00:00
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.generaltable {
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
2014-06-15 07:11:34 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.generaltable td {
|
2014-06-29 13:54:51 +00:00
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-left {
|
|
|
|
|
width: 20%;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.session-right {
|
|
|
|
|
width: 80%;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
float: right;
|
2014-06-15 07:11:34 +00:00
|
|
|
}
|
|
|
|
|
}
|
2013-05-12 00:28:48 +00:00
|
|
|
}
|
2013-05-13 19:34:03 +00:00
|
|
|
|
2014-06-29 13:54:51 +00:00
|
|
|
#session-cancel-dialog {
|
|
|
|
|
.cancel-description {
|
|
|
|
|
width: 90%;
|
|
|
|
|
font-size: 15;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
}
|