diff options
author | Steven Barth <steven@midlink.org> | 2008-08-13 16:18:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-13 16:18:39 +0000 |
commit | 36f1dac36f14cbc53ece4d208d366e3203fd4a8c (patch) | |
tree | 560aaa30333e42fc344bfbc6fb350730675a8b00 /themes | |
parent | 40d6a3c57e75b48d008006f87bfb07caef94c343 (diff) |
User interface improvements part #2
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 2 insertions, 0 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 8e6eba07b..bf14b9ce4 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -258,6 +258,7 @@ td input[type=password] { input.cbi-button { padding-left: 17px; + padding-right: 1px; } input.cbi-button-add { @@ -283,6 +284,7 @@ input.cbi-button-apply { div.cbi-section-remove input { background: transparent url('../resources/cbi/remove.gif') no-repeat scroll 1px center; padding-left: 17px; + padding-right: 1px; border-bottom: none; } |