forked from I2P_Developers/i2p.i2p
I2PSnark: More overflow fixes.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user