* luci/themes: fix log pages
[project/luci.git] / themes / oxygen / htdocs / luci-static / oxygen / cascade.css
index 5bf14d2f90b4ffabcf837665781a1c1754398b0d..585c9700a736e3eeb2b68774cbd52a309dfc19df 100644 (file)
@@ -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;