i2psnark: Add recheck/start/stop buttons to details page (ticket #372)

remove dup CSS item
This commit is contained in:
zzz
2015-09-19 17:05:09 +00:00
parent 462c882f4e
commit 287f94ad19
8 changed files with 176 additions and 29 deletions

View File

@@ -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;

View File

@@ -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;*/