From: Jo-Philipp Wich Date: Fri, 24 Oct 2008 20:33:19 +0000 (+0000) Subject: * luci/themes: throw even more hacks at IE X-Git-Tag: 0.9.0~1059 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=c276cba24651206415114e51f74455c5c9afdf96 * luci/themes: throw even more hacks at IE --- diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css index d65da4a19..1c951854b 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css @@ -51,6 +51,12 @@ width: 50% !important; } +* html .cbi-input-user, +* html .cbi-input-password { + text-indent: 0 !important; + padding-left: 1.5em !important; +} + * html .cbi-section legend { background-color: #ffffff; color: #555555; diff --git a/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css b/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css index c410f11ff..67ed9fb81 100644 --- a/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css +++ b/themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css @@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text, table.cbi-section-table td .cbi-input-select { width: 95% !important; } + +.cbi-input-user, +.cbi-input-password { + text-indent: 0 !important; + padding-left: 1.5em !important; + width: 18.5em !important; +} diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css index d65da4a19..1c951854b 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css @@ -51,6 +51,12 @@ width: 50% !important; } +* html .cbi-input-user, +* html .cbi-input-password { + text-indent: 0 !important; + padding-left: 1.5em !important; +} + * html .cbi-section legend { background-color: #ffffff; color: #555555; diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css index c410f11ff..67ed9fb81 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css @@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text, table.cbi-section-table td .cbi-input-select { width: 95% !important; } + +.cbi-input-user, +.cbi-input-password { + text-indent: 0 !important; + padding-left: 1.5em !important; + width: 18.5em !important; +}