summaryrefslogtreecommitdiffhomepage
path: root/themes/openwrt.org
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-23 16:05:55 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-23 16:05:55 +0000
commit38319cfaa58144207570b65d8bfe287c1e9cc3c1 (patch)
tree48863b192534642911099f0b38e4443789f63e15 /themes/openwrt.org
parent1fb8929f221dfe23f3eeb05169ebfe4c908b926e (diff)
* luci/themes/openwrt.org: fixes for syslog page and overall improvements, thanks Carlos
Diffstat (limited to 'themes/openwrt.org')
-rw-r--r--themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css27
1 files changed, 21 insertions, 6 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 d83733ff3..b9854dc35 100644
--- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
+++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css
@@ -333,6 +333,15 @@ html #menubar a:visited.warning {
width: 11.5em;
}
+textarea#syslog {
+ width: 98%;
+ height: 450px;
+ border: 3px solid #cccccc;
+ padding: 5px;
+ font-family: monospace;
+ overflow: auto;
+}
+
#maincontent {
clear: both;
width: 80%;
@@ -347,16 +356,22 @@ html #menubar a:visited.warning {
}
#maincontent h2 {
- margin: 0.25em 0 0.5em 0;
font-size: 150%;
- font-weight: normal;
+ font-family: Trebuchet MS, Verdana, sans-serif;
+ font-weight: bold;
+ margin: 0.25em 0 0.7em 0;
+ border-bottom: 1px solid;
+ padding-top: 10px;
+ padding-bottom: 4px;
}
#maincontent h3 {
- margin: 0.5em 0;
- font-size: 120%;
- font-weight: normal;
- text-decoration: underline;
+ margin: 0.5em 0 1.1em 0;
+ font-size: 125%;
+ font-weight: bold;
+ font-style: italic;
+ font-family: Trebuchet MS, Verdana, sans-serif;
+ color: #27408B;
}
#maincontent p {