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

129 lines
2.2 KiB
SCSS

div.findsession-scroll-container {
max-height:275px;
overflow-y:scroll;
}
table.findsession-table, table.local-recordings {
width:98%;
height:10%;
font-size:11px;
color:#fff;
background-color:#262626;
border:solid 1px #4d4d4d;
th {
font-weight:300;
background-color:#4d4d4d;
padding:6px;
border-right:solid 1px #333;
}
td {
padding:9px 5px 5px 5px;
border-right:solid 1px #333;
border-top:solid 1px #333;
vertical-align:top;
white-space:normal;
}
td.latency {
padding-top: 15px !important;
text-align:center !important;
}
td.latency div.center {
display: inline-block;
margin: auto;
}
.noborder {
border-right:none;
}
.musicians {
margin-top:-3px;
}
.musicians td {
border-right:none;
border-top:none;
padding:3px;
vertical-align:middle !important;
}
.musician-groups td {
border-right:none;
border-top:none;
padding:3px;
margin-top:5px !important;
vertical-align:top;
}
a {
color:#fff;
text-decoration:none;
}
a:hover {
color:#227985;
}
}
.latency-grey {
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
background-color:#868686;
text-align:center;
}
.latency-green {
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
background-color:#71a43b;
text-align:center;
}
.latency-yellow {
width: 50px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
background-color:#cc9900;
text-align:center;
}
.latency-red {
width: 40px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:200;
font-size:11px;
background-color:#980006;
text-align:center;
}
.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;
}