diff options
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; } |