GUAC-997 Added active user count to REST API and UI.

This commit is contained in:
James Muehlner
2015-01-27 22:20:03 -08:00
parent 4573677880
commit f7e1f3a303
9 changed files with 86 additions and 2 deletions

View File

@@ -41,3 +41,10 @@
font-style: normal;
src: url('fonts/carlito/Carlito-Bold.woff') format('woff');
}
@font-face {
font-family: 'Carlito';
font-weight: normal;
font-style: italic;
src: url('fonts/carlito/Carlito-Italic.woff') format('woff');
}

View File

@@ -140,6 +140,16 @@ div.section {
background: #DEB;
}
.caption.active * {
opacity: 0.5;
}
.caption .activeUserCount {
font-style: italic;
position: absolute;
right: 1em;
}
.list-item:not(.selected) .caption:hover {
background: #CDA;
}