mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
I2PSnark: Fix text alignment issues.
This commit is contained in:
@@ -129,6 +129,11 @@ td:first-child {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
.snarkTorrentStatus {
|
||||
text-align: center !important;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.snarkTorrentOdd {
|
||||
background: #444;
|
||||
font-size: 8pt;
|
||||
@@ -137,6 +142,7 @@ td:first-child {
|
||||
.snarkFileName {
|
||||
min-width: 25em;
|
||||
padding: 4px 10px;
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.snarkFileSize {
|
||||
@@ -145,6 +151,8 @@ td:first-child {
|
||||
|
||||
.snarkFileStatus {
|
||||
padding: 4px 10px;
|
||||
text-align: center;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.thumb {
|
||||
|
||||
Reference in New Issue
Block a user