diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 18:49:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-23 18:49:05 +0000 |
commit | 6e038f2361fd624278988269ee85fb2b68081df8 (patch) | |
tree | 300f787637a9d114e40f577bdee1511cf02395b2 /themes/openwrt-light | |
parent | aa5c150f37acd749b2bd506257d0062e83811d22 (diff) |
* luci/themes: css fixes
Diffstat (limited to 'themes/openwrt-light')
-rw-r--r-- | themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css index 93b0a32ea..6c0e282c5 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css @@ -448,14 +448,14 @@ input.cbi-input-user { background: url('../resources/cbi/user.gif') no-repeat scroll 1px center; background-color: inherit; color: #000000; - padding-left: 17px; + text-indent: 17px; } input.cbi-input-password { background: url('../resources/cbi/key.gif') no-repeat scroll 1px center; background-color: inherit; color: #000000; - padding-left: 17px; + text-indent: 17px; } input.cbi-input-find { |