Merge r4080
[oweals/luci.git] / themes / openwrt.org / htdocs / luci-static / openwrt.org / cascade.css
index 9940b09ac8824db383c4f2cb0e6b358f36b9269a..90081a6044c1c838b96d33cb6e8da0308f5af3e4 100644 (file)
@@ -2,20 +2,21 @@
 
 @media all {
 
-html,
+html {
+       min-height: 100%;
+       height: auto;
+}
+
 body {
+       color: #ffffff;
        background-color: #4a6b7c;
        background-image: url(bg.jpg);
        background-position: bottom center;
-       background-attachment: fixed;
        background-repeat: repeat-x;
-       color: #ffffff;
-}
-
-body {
        font-family: Verdana, Arial, sans-serif;
        font-size: 101%;
        line-height: 100%;
+       padding-bottom: 1.5em;
 }
 
 * {
@@ -371,19 +372,12 @@ 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;