summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;
+}