mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
i2psnark: Add torrent section and config page CSS fixes (non-default themes)
This commit is contained in:
@@ -1527,6 +1527,24 @@ input[size="85"] {
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
|
||||
.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.addtorrentsection td:nth-child(2) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#addButton.highlight {
|
||||
background: #f60 url(images/add.png) left 6px center no-repeat !important;
|
||||
background-size: 12px 12px !important;
|
||||
}
|
||||
|
||||
#newFile.highlight {
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #332940 url(images/dropdown.png) right center no-repeat !important;
|
||||
-moz-appearance: none;
|
||||
@@ -2326,6 +2344,7 @@ input.starttorrent {
|
||||
}
|
||||
|
||||
#configs td:nth-child(2) {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
@@ -1282,6 +1282,24 @@ thead a:active img {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.addtorrentsection td:nth-child(2) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#addButton.highlight {
|
||||
background: #f60 url(images/add.png) left 6px center no-repeat;
|
||||
background-size: 12px 12px;
|
||||
}
|
||||
|
||||
#newFile.highlight {
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.addtorrentsection tr:first-child td > *, .newtorrentsection tr:first-child td > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -2028,6 +2046,7 @@ input.create {
|
||||
/* configs */
|
||||
|
||||
#configs td:nth-child(2) {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
@@ -1853,6 +1853,24 @@ img[src$="details.png"] {
|
||||
width: calc(100% - 200px);
|
||||
}
|
||||
|
||||
.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.addtorrentsection td:nth-child(2) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#addButton.highlight {
|
||||
background: #f60 url(images/add.png) no-repeat 5px center;
|
||||
padding: 5px 5px 5px 21px !important;
|
||||
}
|
||||
|
||||
#newFile.highlight {
|
||||
background: #f60;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.snarkConfig tr:nth-last-child(4) td, .trackerconfig tr:nth-last-child(4) td {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
@@ -2286,6 +2304,7 @@ input#toggle_debug:checked + label + #dhtDebugInner {
|
||||
}
|
||||
|
||||
#configs td:nth-child(2) {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user