summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-24 20:33:19 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-24 20:33:19 +0000
commitc276cba24651206415114e51f74455c5c9afdf96 (patch)
tree97932d59a4597e42da12810fe499a547fbf9acde
parent9451a4940845acdca858ba65efc97ea21de96b72 (diff)
* luci/themes: throw even more hacks at IE
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/ie6.css6
-rw-r--r--themes/openwrt-light/htdocs/luci-static/openwrt-light/ie7.css7
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/ie6.css6
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/ie7.css7
4 files changed, 26 insertions, 0 deletions
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;
+}