themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalengines...
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index dc1c30b..8d9a7a7 100644 (file)
@@ -37,7 +37,7 @@ ul.tabmenu {
        clear: both;
        display: block;
        vertical-align: bottom;
-       font-size: 90%;
+       font-size: 10pt;
        padding: 5px 0 0 5px;
 }
 
@@ -253,7 +253,7 @@ textarea#syslog {
 
 #maincontainer {
        clear: both;
-       width: 80%;
+       width: 96%;
        margin: 0 auto;
 }
 
@@ -386,6 +386,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;
@@ -835,33 +841,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;
-}
-
 }