forked from I2P_Developers/i2p.i2p
i2psnark: Add recheck/start/stop buttons to details page (ticket #372)
remove dup CSS item
This commit is contained in:
@@ -656,12 +656,6 @@ input.add {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.create {
|
||||
background: #989 url('images/create.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.cancel {
|
||||
background: #989 url('../../console/images/cancel.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
@@ -686,6 +680,18 @@ input.reload {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.starttorrent {
|
||||
background: #989 url('images/start.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.stoptorrent {
|
||||
background: #989 url('images/stop.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #333;
|
||||
background: url('/themes/snark/ubergine/images/graytile.png') !important;
|
||||
|
@@ -694,6 +694,18 @@ input.reload {
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.starttorrent {
|
||||
background: #f3efc7 url('images/start.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
input.stoptorrent {
|
||||
background: #f3efc7 url('images/stop.png') no-repeat 2px center;
|
||||
padding: 2px 3px 2px 20px !important;
|
||||
min-height: 22px;
|
||||
}
|
||||
|
||||
select {
|
||||
background: #fff;
|
||||
/* background: url('/themes/snark/ubergine/images/graytile.png') !important;*/
|
||||
|
Reference in New Issue
Block a user