* luci-0.8: merge r3791
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 2c0004cbb6981a13efe9a03c4901ce58b1c1d59d..9940b09ac8824db383c4f2cb0e6b358f36b9269a 100644 (file)
@@ -335,11 +335,10 @@ html #menubar a:visited.warning {
 
 textarea#syslog {
        width: 98%;
-       height: 450px;
+       min-height: 500px;
        border: 3px solid #cccccc;
        padding: 5px;
        font-family: monospace;
-       overflow: auto;
 }
 
 #maincontent {
@@ -372,12 +371,19 @@ textarea#syslog {
        font-style: italic;
        font-family: Trebuchet MS, Verdana, sans-serif;
        color: #27408B;
+       background: url('../resources/cbi/arrow.gif') left no-repeat;
+    padding-left: 17px;
 }
 
 #maincontent p {
        margin-bottom: 1em;
 }
 
+#auth_buttons {
+       float: right;
+       padding-top: 0.5em;
+}
+
 .cbi-section {
        margin-bottom: 0.5em;
        padding: 0.5em 1em;