From 6e038f2361fd624278988269ee85fb2b68081df8 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 23 Oct 2008 18:49:05 +0000 Subject: * luci/themes: css fixes --- themes/openwrt-light/htdocs/luci-static/openwrt-light/cascade.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/openwrt-light/htdocs') 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 93b0a32eaf..6c0e282c5f 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 { -- cgit v1.2.3