I2PSnark: Invert show/hide peer icon functionality, tooltip change to "toggle peers"; fix alignment of "No torrents loaded" message with new css class; Replace brackets on Totals with ».

This commit is contained in:
z3d
2010-09-20 11:26:28 +00:00
parent 7507282886
commit f62dfb0abf
2 changed files with 15 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
/* Guantanamo Commemorative Edition. */
body {
background: #333 url('/themes/console/snark/images/graytile.png');
background: #101 url('/themes/console/snark/images/graytile.png');
color: #001;
font: 8pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
}
@@ -167,6 +167,14 @@ td:first-child {
font-size: 8pt;
}
.snarkTorrentNoneLoaded {
background: #323;
font-size: 8.5pt;
font-weight: bold;
text-align: center !important;
color: #bbb !important;
}
.snarkTorrentStatus {
padding: 1px 0 2px;
}