diff options
Diffstat (limited to 'themes/oxygen')
-rw-r--r-- | themes/oxygen/htdocs/luci-static/oxygen/cascade.css | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css index 5bf14d2f9..585c9700a 100644 --- a/themes/oxygen/htdocs/luci-static/oxygen/cascade.css +++ b/themes/oxygen/htdocs/luci-static/oxygen/cascade.css @@ -1,16 +1,16 @@ @charset "utf-8"; @media all { - + html, body { height: 100%; } - + body { font-family: Verdana, Arial, sans-serif; font-size: 101%; line-height: 100%; - background: #557788 url(bg.png) no-repeat; + background: #557788 url(bg.png) no-repeat; } div#screen { @@ -110,13 +110,13 @@ code { color: #ffffff; width: 80%; font-size: 0.8em; - + margin: 0.5em auto; - + padding: 0.25em; padding-left: 0.5em; padding-right: 0.5em; - + border: 1px solid #000000; border-radius: 0.8em; -khtml-border-radius: 0.8em; @@ -136,9 +136,9 @@ html .menubar a:visited { text-decoration: none; font-weight: bold; } - + html .menubar a.menulink { - margin-left: 1em; + margin-left: 1em; } @@ -186,7 +186,7 @@ html .menubar a:visited.warning { color: #000000; border-width: 1px solid #444444; font-size: 80%; - + border-radius: 1em; -khtml-border-radius: 1em; -moz-border-radius: 1em; @@ -211,6 +211,14 @@ html .menubar a:visited.warning { margin-bottom: 1em; } +textarea#syslog { + width: 98%; + min-height: 500px; + border: 3px solid #cccccc; + padding: 5px; + font-family: monospace; +} + .cbi-section { margin-bottom: 0.5em; padding: 0.5em 1em; |