Display active status of connections.

This commit is contained in:
Michael Jumper
2013-03-03 16:38:54 -08:00
parent 1a12a73d2a
commit df1bf63525
4 changed files with 53 additions and 2 deletions

View File

@@ -293,6 +293,12 @@ div#recent-connections div.connection {
padding: 0.1em;
}
.connection .usage {
float: right;
font-style: italic;
color: gray;
}
.connection .thumbnail {
margin: 0.5em;
}