luci-0.10: merge r7370
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index dc1c30b..c19c261 100644 (file)
@@ -5,6 +5,7 @@
 html {
        min-height: 100%;
        height: auto;
+       position:relative;
 }
 
 body {
@@ -37,7 +38,7 @@ ul.tabmenu {
        clear: both;
        display: block;
        vertical-align: bottom;
-       font-size: 90%;
+       font-size: 10pt;
        padding: 5px 0 0 5px;
 }
 
@@ -253,8 +254,9 @@ textarea#syslog {
 
 #maincontainer {
        clear: both;
-       width: 80%;
+       width: 96%;
        margin: 0 auto;
+       height:100%;
 }
 
 #maincontent {
@@ -386,6 +388,12 @@ td input[type=password] {
        width: 99%;
 }
 
+img.cbi-image-button {
+       cursor: pointer;
+       margin: 0 2px;
+       vertical-align: middle;
+}
+
 input.cbi-input-user {
        background: url('../resources/cbi/user.gif') no-repeat scroll 1px center;
        background-color: inherit;
@@ -733,12 +741,12 @@ div.cbi-tab-descr {
 }
 
 .luci {
-       position: fixed;
+       position: absolute;
        bottom: 0;
-       left: 0;
-       text-align: right;
+       left: 1em;
+       height: 1.5em;
+       font-size: 80%;
 }
-
 .luci a:link,
 .luci a:visited {
        background-color: transparent;
@@ -835,33 +843,4 @@ div.cbi-tab-descr {
 }
 
 
-#memorybar {
-       width: 200px;
-       height: 8px;
-       border: 1px solid #bbb;
-       color: black;
-       background-color: red;
-}
-
-#memfree, #membuffers, #memcached {
-       float: right;
-       border: 1px solid #bbb;
-       height: 6px;
-}
-
-#memfree {
-       background-color: green;
-       color: black;
-}
-
-#membuffers {
-       background-color: yellow;
-       color: black;
-}
-
-#memcached {
-       background-color: #ffa500;
-       color: black;
-}
-
 }