I2PSnark: More overflow fixes.

This commit is contained in:
z3d
2010-12-06 04:06:20 +00:00
parent bd11011d01
commit 43e09b00b6
3 changed files with 33 additions and 16 deletions

View File

@@ -267,20 +267,21 @@ td:first-child {
}
.snarkTorrentStatus {
padding: 1px 0 2px;
padding: 2px 0 2px;
}
.snarkTorrentStatus:first-child {
text-align: left !important;
padding-left: 0px;
min-width: 120px;
min-width: 48px;
font-weight: bold;
color: #dd9 !important;
font-size: 8pt;
padding: 1px !important;
}
.snarkTorrentStatus:first-child img {
margin-right: 0px !important;
margin-right: 8px !important;
}
.snarkTorrentRateUp, .snarkTorrentRateDown, .snarkTorrentDownloaded, .snarkTorrentUploaded {

View File

@@ -270,6 +270,8 @@ td:first-child {
.snarkTorrentStatus {
padding: 1px 0 2px;
font-size: 8pt !important;
letter-spacing: -0.05em;
}
.snarkTorrentStatus:first-child {
@@ -282,7 +284,7 @@ td:first-child {
}
.snarkTorrentStatus:first-child img {
margin-right: 0px !important;
margin-right: 10px !important;
}
.snarkTorrentRateUp, .snarkTorrentRateDown, .snarkTorrentDownloaded, .snarkTorrentUploaded {