This commit is contained in:
zzz
2011-12-05 01:01:14 +00:00
parent 3fc312a66b
commit 51899e9ea0
5 changed files with 32 additions and 20 deletions

View File

@@ -829,55 +829,55 @@ button, button:visited {
button.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.add {
background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.check {
background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
button.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
@@ -943,55 +943,55 @@ input, input:visited {
input.accept {
background: #ffe url('../images/accept.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.add {
background: #ffe url('../images/add.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.cancel {
background: #ffe url('../images/cancel.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.check {
background: #ffe url('../images/tick.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.delete {
background: #ffe url('../images/delete.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.download {
background: #ffe url('../images/arrow_down.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.go {
background: #ffe url('../images/arrow_right.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.reload {
background: #ffe url('../images/arrow_refresh.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}
input.stop {
background: #ffe url('../images/stop.png') no-repeat 2px center;
padding: 1px 3px 1px 20px;
padding: 2px 3px 1px 20px;
min-height: 22px;
}

View File

@@ -525,6 +525,12 @@ input[type=radio] {
vertical-align: bottom;
}
input.accept {
background: #989 url('../../console/images/accept.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,6 +549,12 @@ input[type=radio] {
vertical-align: bottom;
}
input.accept {
background: #f3efc7 url('../../console/images/accept.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;*/