fixes after review

This commit is contained in:
zzz
2012-07-30 13:15:58 +00:00
parent 78b1922dd7
commit 7ecb90640c
11 changed files with 92 additions and 91 deletions

View File

@@ -760,7 +760,7 @@ div.configsection a:hover {
text-decoration: none;
}
code {;
code {
font-size: 8pt;
color: #009;
padding: 0 2px;

View File

@@ -6,11 +6,11 @@ body {
color: #001;
font: 7.5pt "Lucida Sans Unicode","Bitstream Vera Sans",Verdana,Tahoma,Helvetica,sans-serif;
}
body.iframed {
background: transparent url('../../console/dark/images/transparent.gif') !important;
background: transparent url('../../console/dark/images/transparent.gif') !important;
margin: 6px 0 !important;
}
}
.snarkTitle {
font-size: 12pt;
@@ -163,7 +163,7 @@ thead a, tfoot a {
text-shadow:1px 1px #550000;
}
thead {;
thead {
border-bottom: 1px solid #101;
}
@@ -260,7 +260,7 @@ td:first-child {
text-align: center !important;
}
.snarkTorrentName {
.snarkTorrentName {
line-height: 100%;
text-shadow:1px 1px #550000;
padding: 2px 0 0;
@@ -304,7 +304,7 @@ td:first-child {
}
.snarkTorrentStatus {
padding: 2px 2px 2px 0;
padding: 2px 2px 2px 0;
line-height: 100%;
}
@@ -326,7 +326,7 @@ td:first-child {
.snarkTorrentRateUp, .snarkTorrentRateDown, .snarkTorrentDownloaded, .snarkTorrentUploaded {
font-size: 7.5pt;
font-weight: bold;
padding: 0 3px;
padding: 0 3px;
line-height: 100%;
}
@@ -382,41 +382,41 @@ td:first-child {
font-style: italic;
color: #dd7 !important;
}
.snarkTorrentInfo img {
max-height: 16px !important;
margin: 1px 0 1px 2px !important;
}
.snarkTorrentInfo td {
text-align: left !important;
padding: 0 1px !important;
}
table.SnarkTorrentInfo {
margin-bottom: 3 !important;
background: #000;
}
table.SnarkDirInfo {
margin-top: -2px !important;
}
.snarkDirInfo thead img {
margin: 0 -1px 0 0 !important;
}
.SnarkDirInfo td, .SnarkDirInfo th {
min-width: 0px !important;
}
.SnarkDirInfo td:nth-child(n+1) {
}
.SnarkDirInfo .headerpriority {
text-align: center !important;
vertical-align: middle;
}
.snarkTorrentInfo img {
max-height: 16px !important;
margin: 1px 0 1px 2px !important;
}
.snarkTorrentInfo td {
text-align: left !important;
padding: 0 1px !important;
}
table.SnarkTorrentInfo {
margin-bottom: 3 !important;
background: #000;
}
table.SnarkDirInfo {
margin-top: -2px !important;
}
.snarkDirInfo thead img {
margin: 0 -1px 0 0 !important;
}
.SnarkDirInfo td, .SnarkDirInfo th {
min-width: 0px !important;
}
.SnarkDirInfo td:nth-child(n+1) {
}
.SnarkDirInfo .headerpriority {
text-align: center !important;
vertical-align: middle;
}
.choked {
color: #f00000 !important;
@@ -652,7 +652,7 @@ textarea {
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px inset #000;
border: 1px inset #000;
font-size: 8pt;
}
@@ -823,35 +823,35 @@ code {
padding: 1px 0 0px !important;
vertical-align: top;
}
.routerdown {
color: #ee9;
}
.trackerconfig {
text-align: left !important;
}
.trackerconfig th:nth-child(n+4), .trackerconfig th:nth-child(n+5), .trackerconfig td:nth-child(n+4), .trackerconfig td:nth-child(n+5) {
text-align: center !important;
}
.trackerconfig th, .trackerconfig td, .trackerconfig th:last-child, .trackerconfig td:last-child {
text-align: left !important;
}
.trackerconfig td:first-child {
text-align: right !important;
}
input.trackername {
width: 100px;
}
input.trackerhome {
width: 200px;
}
input.trackerannounce {
width: 230px;
}
.routerdown {
color: #ee9;
}
.trackerconfig {
text-align: left !important;
}
.trackerconfig th:nth-child(n+4), .trackerconfig th:nth-child(n+5), .trackerconfig td:nth-child(n+4), .trackerconfig td:nth-child(n+5) {
text-align: center !important;
}
.trackerconfig th, .trackerconfig td, .trackerconfig th:last-child, .trackerconfig td:last-child {
text-align: left !important;
}
.trackerconfig td:first-child {
text-align: right !important;
}
input.trackername {
width: 100px;
}
input.trackerhome {
width: 200px;
}
input.trackerannounce {
width: 230px;
}