I2PSnark: Revert to 60 seconds refresh, replace red panel with dark blue,

revert centering of torrents table centering; fix susimail centering issues (thanks postman!)
This commit is contained in:
z3d
2009-07-24 22:41:23 +00:00
parent 27561fb632
commit 6bcdb7fd92
4 changed files with 25 additions and 16 deletions

View File

@ -114,7 +114,7 @@ th {
border-top: 1px outset #001;
border-bottom: 1px inset #001;
background: #f91 url('.../console/images/tabletitleorangealt.png') repeat-x;
text-align: center;
text-align: left;
}
.SnarkTorrents {
@ -125,7 +125,7 @@ th {
td {
padding: 5px;
text-align: center;
text-align: left;
}
.snarkTorrentEven {
background-color: #fb1;
@ -315,10 +315,10 @@ div.configsection {
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
-moz-box-shadow: inset 0px 0px 1px 0px #99f;
word-wrap: break-word;
text-align: center;
background: #ffe url('../console/images/redtile.png');
background: #ffe url('../console/light/images/darkbluetile.png');
font-weight: bold; /* red tile needs bold text! */
opacity: 0.95;
}