diff options
author | Steven Barth <steven@midlink.org> | 2008-08-13 14:29:56 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-13 14:29:56 +0000 |
commit | 40d6a3c57e75b48d008006f87bfb07caef94c343 (patch) | |
tree | a2075d79d47ea917a4ea62c752050119c3940a75 /themes/openwrt.org | |
parent | 5a92c0fc089f8af4cdd5c35e94a563526c872ffd (diff) |
Improve last commit
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index ae3e5901d..8e6eba07b 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -261,33 +261,27 @@ input.cbi-button { } 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; border-bottom: none; } |