themes: implement new up and down button classes in remaining themes
This commit is contained in:
parent
8412034c3d
commit
cd4e008cc1
@ -357,6 +357,18 @@ div.cbi-section-remove input {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -446,6 +446,18 @@ div.cbi-section-remove input {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -661,6 +661,18 @@ div.cbi-section-remove input {
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -611,6 +611,18 @@ div.cbi-section-remove input {
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -454,6 +454,18 @@ div.cbi-section-remove input {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
@ -553,6 +553,18 @@ div.cbi-section-remove input {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
div.cbi-section-remove input {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
@ -408,6 +408,18 @@ div.cbi-section-remove input {
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-up {
|
||||
background-image: url('../resources/cbi/up.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
input.cbi-button-down {
|
||||
background-image: url('../resources/cbi/down.gif');
|
||||
padding-left: 11px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.cbi-input-invalid {
|
||||
background-image: url('../resources/cbi/reset.gif');
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user