From c276cba24651206415114e51f74455c5c9afdf96 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 24 Oct 2008 20:33:19 +0000 Subject: [PATCH] * luci/themes: throw even more hacks at IE --- themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css | 6 ++++++ themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css | 7 +++++++ themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css | 6 ++++++ themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css | 7 +++++++ 4 files changed, 26 insertions(+) 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; +} -- 2.11.0