jam-cloud/web/app/assets/stylesheets/client/sessionList.css.scss

162 lines
2.7 KiB
SCSS
Raw Normal View History

@import "client/common";
2014-01-05 03:47:23 +00:00
table.findsession-table, table.local-recordings {
width:98%;
height:10%;
2014-01-05 03:47:23 +00:00
font-size:11px;
color:#fff;
background-color:#262626;
border:solid 1px #4d4d4d;
th {
2013-01-21 05:52:28 +00:00
font-weight:300;
background-color:#4d4d4d;
padding:6px;
border-right:solid 1px #333;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-01-05 03:47:23 +00:00
td {
2013-01-21 05:52:28 +00:00
padding:9px 5px 5px 5px;
border-right:solid 1px #333;
border-top:solid 1px #333;
vertical-align:top;
white-space:normal;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-06-25 04:30:56 +00:00
td.latency {
padding-top: 15px !important;
2014-06-25 04:30:56 +00:00
text-align:center !important;
}
td.latency div.center {
display: inline-block;
margin: auto;
}
2014-01-05 03:47:23 +00:00
.noborder {
2013-01-21 05:52:28 +00:00
border-right:none;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-01-05 03:47:23 +00:00
.musicians {
2013-01-21 05:52:28 +00:00
margin-top:-3px;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-01-05 03:47:23 +00:00
.musicians td {
2013-01-21 05:52:28 +00:00
border-right:none;
border-top:none;
padding:3px;
2014-06-23 04:58:37 +00:00
vertical-align:middle !important;
.instruments {
height:24px;
}
2014-06-23 04:58:37 +00:00
}
.musician-groups td {
border-right:none;
border-top:none;
padding:3px;
margin-top:5px !important;
vertical-align:top;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-01-05 03:47:23 +00:00
a {
2013-01-21 05:52:28 +00:00
color:#fff;
text-decoration:none;
2014-01-05 03:47:23 +00:00
}
2013-01-21 05:52:28 +00:00
2014-01-05 03:47:23 +00:00
a:hover {
2013-01-21 05:52:28 +00:00
color:#227985;
2014-01-05 03:47:23 +00:00
}
.rsvp-section {
text-align:center;
vertical-align:middle;
a {
color: $ColorLink;
}
}
2013-01-21 05:52:28 +00:00
}
2014-08-18 15:37:55 +00:00
.latency-unacceptable {
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
background-color:$latencyBadgeUnacceptable;
text-align:center;
}
.latency-unknown {
2014-06-23 04:58:37 +00:00
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
2014-06-23 04:58:37 +00:00
font-size:11px;
2014-08-18 15:37:55 +00:00
background-color:$latencyBadgeUnacceptable;
text-align:center;
}
2014-08-18 15:37:55 +00:00
.latency-good {
2013-01-21 05:52:28 +00:00
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
2014-06-23 04:58:37 +00:00
font-size:11px;
2014-08-18 15:37:55 +00:00
background-color:$latencyBadgeGood;
text-align:center;
2013-01-21 05:52:28 +00:00
}
2014-08-18 15:37:55 +00:00
.latency-me {
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
text-align:center;
background-color:$latencyBadgeMe;
color:black;
}
.latency-fair {
2013-01-21 05:52:28 +00:00
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
2014-06-23 04:58:37 +00:00
font-size:11px;
2014-08-18 15:37:55 +00:00
background-color:$latencyBadgeFair;
text-align:center;
2013-01-21 05:52:28 +00:00
}
2014-08-18 15:37:55 +00:00
.latency-poor{
2014-06-23 04:58:37 +00:00
width: 40px;
2013-01-21 05:52:28 +00:00
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
2014-06-23 04:58:37 +00:00
font-size:11px;
2014-08-18 15:37:55 +00:00
background-color:$latencyBadgePoor;
text-align:center;
2013-01-21 05:52:28 +00:00
}
.avatar-tiny {
float:left;
padding:1px;
width:24px;
height:24px;
background-color:#ed3618;
-webkit-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}
.avatar-tiny img {
width: 24px;
height: 24px;
-webkit-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}