* luci-0.8: merge translation fixes, theme changes, selective port handling and others
[project/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index d83733f..2c0004c 100644 (file)
@@ -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 {
@@ -455,14 +470,14 @@ input.cbi-input-user {
        background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000000;
-       padding-left: 17px;
+       text-indent: 17px;
 }
 
 input.cbi-input-password {
        background: url('../resources/cbi/key.gif') no-repeat scroll 1px center;
        background-color: inherit;
        color: #000000;
-       padding-left: 17px;
+       text-indent: 17px;
 }
 
 input.cbi-input-find {