User interface improvements part #2
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index ae3e590..bf14b9c 100644 (file)
@@ -258,37 +258,33 @@ td input[type=password] {
 
 input.cbi-button {
        padding-left: 17px;
+       padding-right: 1px;
 }
 
 input.cbi-button-add {
-       background: url('../resources/cbi/add.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url('../resources/cbi/add.gif') no-repeat scroll 1px center;
 }
 
 input.cbi-button-fieldadd {
-       background: url('../resources/cbi/fieldadd.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url(../resources/cbi/fieldadd.gif) no-repeat scroll 1px center;
 }
 
 input.cbi-button-reset {
-       background: url('../resources/cbi/reset.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url('../resources/cbi/reset.gif') no-repeat scroll 1px center;
 }
 
 input.cbi-button-save {
-       background: url('../resources/cbi/save.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url('../resources/cbi/save.gif') no-repeat scroll 1px center;
 }
 
 input.cbi-button-apply {
-       background: url('../resources/cbi/apply.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url('../resources/cbi/apply.gif') no-repeat scroll 1px center;
 }
 
 div.cbi-section-remove input {
-       background: url('../resources/cbi/remove.gif') 1px 1px;
-       background-repeat: no-repeat;
+       background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center;
        padding-left: 17px;
+       padding-right: 1px;
        border-bottom: none;
 }