summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-07-13 01:32:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-07-13 01:32:02 +0000
commit41cb1705b7ccdb81cf1e54d73ea44070ab36f900 (patch)
tree09d63feae641425c695d77e6a095ac16623e42ba /themes/openwrt.org
parent40fbc2d7c25b3994e33567e5983f76ed7a615d2e (diff)
* luci/themes: more fixes for openwrt.org theme
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css22
1 files changed, 12 insertions, 10 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 ef1b57a1b..a7ea61561 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -75,10 +75,6 @@ div#content ul {
color: #ffffff;
}
-* html .mainmenu {
- height: 1.8em;
-}
-
.mainmenu div {
float: left;
}
@@ -155,7 +151,7 @@ div#content ul {
#content {
clear: both;
- width: 60%;
+ width: 80%;
margin: 0 auto;
padding: 0.5em;
background: #f5f5f5;
@@ -280,16 +276,18 @@ div.cbi-value:last-child {
.cbi-value-title {
float: left;
- width: 30%;
+ width: 40%;
margin: 0.25em 0;
}
div.cbi-value-field {
- width: 68%;
- margin: 0.25em 0 0.25em 30%;
+ width: 58%;
+ margin: 0.25em 0 0.25em 40%;
}
div.cbi-value-description {
+ width: 58%;
+ margin-left: 40%;
font-size: 90%;
}
@@ -375,8 +373,8 @@ td.cbi-section-table-optionals {
}
* html div#content {
- margin-left: -60% !important;
- width: 120% !important;
+ margin-left: -80% !important;
+ width: 160% !important;
}
* html div.mainmenu div.hover ul,
@@ -403,3 +401,7 @@ td.cbi-section-table-optionals {
height: 1em !important;
width: 10em !important;
}
+
+* html .mainmenu {
+ height: 1.8em;
+}