themes/bootstrap: another minor styling fix
This commit is contained in:
parent
fc3d1f1b53
commit
530a1dc0f3
1 changed files with 8 additions and 8 deletions
|
@ -1357,7 +1357,7 @@ footer {
|
|||
|
||||
.cbi-button-find,
|
||||
.cbi-input-find {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/find.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/find.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1369,7 +1369,7 @@ footer {
|
|||
|
||||
.cbi-button-add,
|
||||
.cbi-input-add {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/add.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/add.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1381,7 +1381,7 @@ footer {
|
|||
|
||||
.cbi-button-apply,
|
||||
.cbi-input-apply {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/apply.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/apply.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1393,7 +1393,7 @@ footer {
|
|||
|
||||
.cbi-button-reset,
|
||||
.cbi-input-reset {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/reset.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/reset.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1405,7 +1405,7 @@ footer {
|
|||
|
||||
.cbi-button-edit,
|
||||
.cbi-input-edit {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/edit.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/edit.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1417,7 +1417,7 @@ footer {
|
|||
|
||||
.cbi-button-remove,
|
||||
.cbi-input-remove {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/remove.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/remove.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1429,7 +1429,7 @@ footer {
|
|||
|
||||
.cbi-button-reload,
|
||||
.cbi-input-reload {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/reload.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/reload.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
@ -1441,7 +1441,7 @@ footer {
|
|||
|
||||
.cbi-button-link,
|
||||
.cbi-input-link {
|
||||
background-position: 6px center;
|
||||
background-position: 6px center, left top;
|
||||
padding-left: 28px;
|
||||
background-image: url('../resources/cbi/link.gif'), -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
|
||||
background-image: url('../resources/cbi/link.gif'), -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
|
||||
|
|
Loading…
Reference in a new issue