From: Jo-Philipp Wich Date: Wed, 8 Aug 2012 15:30:05 +0000 (+0000) Subject: themes/bootstrap: another minor styling fix X-Git-Tag: 0.11.0~442 X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=530a1dc0f31d7a643648e757bf95e6f825be7670 themes/bootstrap: another minor styling fix --- diff --git a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css index baaa4afc7..286ed25e7 100644 --- a/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -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);