themes/bootstrap: another minor styling fix
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Aug 2012 15:30:05 +0000 (15:30 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 8 Aug 2012 15:30:05 +0000 (15:30 +0000)
themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css

index baaa4af..286ed25 100644 (file)
@@ -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);