Improve styling and handling of missing history.

This commit is contained in:
Michael Jumper
2012-11-03 19:24:30 -07:00
parent a9c2f5ab8d
commit a1894549a2
3 changed files with 72 additions and 48 deletions

View File

@@ -225,11 +225,24 @@ div#connection-list-ui h2 {
}
.history-unavailable div#recent-connections {
display: none;
}
div#recent-connections {
margin: 1em;
margin-top: 0;
text-align: center;
min-height: 240px;
}
#no-recent {
color: black;
text-shadow: 1px 1px white;
opacity: 0.5;
font-size: 2em;
font-weight: bolder;
}
div#recent-connections div.connection {