summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-14 23:55:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-14 23:55:26 +0000
commit59b79c1746d217aa788ef38052a4c8f9b7bb2679 (patch)
tree9da2bc3d6b02c6a3ba77bd2f8179102b9188febf /themes/openwrt.org
parent8a9562ba33a67606f49da0ca66232ac0b8e5465f (diff)
* luci/themes/openwrt.org: third round of layout fixes
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css10
1 files changed, 10 insertions, 0 deletions
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 9edc15eee..4f2491b5d 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -657,6 +657,10 @@ div.cbi-section-create {
white-space: nowrap;
}
+input.cbi-section-create-name {
+ margin-right: -0.25em;
+}
+
div.cbi-map-descr {
margin-bottom: 1em;
}
@@ -710,6 +714,7 @@ td.cbi-section-table-optionals {
div.cbi-section-create {
border-bottom: 1px dotted #bbbbbb;
+ vertical-align: top;
}
div.cbi-section-create .cbi-button {
@@ -843,6 +848,11 @@ td.cbi-value-error {
width: 50% !important;
}
+* html table.cbi-section-table td .cbi-input-text,
+* html table.cbi-section-table td .cbi-input-select {
+ width: 100% !important;
+}
+
* html div.cbi-page-actions {
text-align: right !important;
}