summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-14 22:55:44 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-14 22:55:44 +0000
commiteb05b1ee7effd110a56a2c2f274da8b4c45f93d7 (patch)
treed70f338f22cdbe9a34418645144f6559bfc711f0
parent43ab1528149efe811751484f47f7c83a3cd9ed76 (diff)
* luci/themes/openwrt.org: first round of layout fixes for IE6
-rw-r--r--libs/cbi/luasrc/view/cbi/footer.htm2
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css32
2 files changed, 32 insertions, 2 deletions
diff --git a/libs/cbi/luasrc/view/cbi/footer.htm b/libs/cbi/luasrc/view/cbi/footer.htm
index a688fcddd..da5926601 100644
--- a/libs/cbi/luasrc/view/cbi/footer.htm
+++ b/libs/cbi/luasrc/view/cbi/footer.htm
@@ -13,7 +13,7 @@ $Id$
-%>
- <div>
+ <div class="cbi-page-actions">
<input class="cbi-button cbi-button-apply" type="submit" name="cbi.apply" value="<%:saveapply%>" />
<input class="cbi-button cbi-button-save" type="submit" value="<%:save%>" />
<input class="cbi-button cbi-button-reset" type="reset" value="<%:reset%>" />
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
index 85934d915..79bac6bf1 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -574,6 +574,11 @@ form > div > input[type=reset] {
margin-left: 0.5em;
}
+table td,
+table th {
+ color: #000000;
+}
+
table.smalltext {
background: #f5f5f5;
color: #000000;
@@ -616,6 +621,7 @@ table.cbi-section-table .cbi-rowstyle-1 * {
}
.cbi-rowstyle-2 {
+ color: #000000;
}
div.cbi-value {
@@ -814,7 +820,31 @@ td.cbi-value-error {
}
* html div.cbi-value-description {
- margin-left: 40%;
+ width: auto !important;
+}
+
+* html div.cbi-value-field {
+ margin-left: 0 !important;
+ width: 100% !important;
+}
+
+* html .cbi-input-text,
+* html .cbi-input-user,
+* html .cbi-input-select,
+* html .cbi-input-password {
+ width: 50% !important;
+}
+
+* html div.cbi-page-actions {
+ text-align: right !important;
+}
+
+* html div.cbi-section-create {
+ border-bottom: 1px dotted #bbbbbb !important;
+}
+
+* html div.cbi-section-create .cbi-button {
+ margin: 0.5em !important;
}
}