- Fix custom tracker list

- Add tracker config form
- Remove custom tracker from create form
- More icons in buttons
This commit is contained in:
zzz
2012-02-19 19:52:16 +00:00
parent 3876f74f6c
commit 3fbd8b8d14
4 changed files with 286 additions and 58 deletions

View File

@@ -525,12 +525,50 @@ input[type=radio] {
vertical-align: bottom;
}
input.default { width: 1px; height: 1px; visibility: hidden; }
input.accept {
background: #989 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.add {
background: #989 url('../../console/images/add.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
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;
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.delete {
background: #989 url('../../console/images/delete.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.reload {
background: #989 url('../../console/images/arrow_refresh.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

@@ -549,12 +549,44 @@ input[type=radio] {
vertical-align: bottom;
}
input.default { width: 1px; height: 1px; visibility: hidden; }
input.accept {
background: #f3efc7 url('../../console/images/accept.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.add {
background: #f3efc7 url('../../console/images/add.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.cancel {
background: #f3efc7 url('../../console/images/cancel.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.create {
background: #f3efc7 url('images/create.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.delete {
background: #f3efc7 url('../../console/images/delete.png') no-repeat 2px center;
padding: 2px 3px 2px 20px !important;
min-height: 22px;
}
input.reload {
background: #f3efc7 url('../../console/images/arrow_refresh.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;*/