Style the reconnect banner, clean up apply usage

This commit is contained in:
Tor Hveem 2015-03-14 21:10:19 +01:00
commit 7029511029
4 changed files with 13 additions and 8 deletions

View file

@ -267,11 +267,13 @@ td.time {
top: 35px;
position: fixed;
z-index: 9999;
background-color: #eee;
color: #333;
width: 100%;
width: 80%;
margin: 0;
padding: 5px;
left: 10%;
}
#reconnect a {
color: white;
}
.footer {