themes: add new image button CSS classes, patch by Kevin Locke <klocke@digitalengines...
[project/luci.git] / themes / freifunk-bno / htdocs / luci-static / freifunk-bno / cascade.css
index 3507777..6731b7c 100644 (file)
@@ -368,6 +368,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;
@@ -647,32 +653,6 @@ ul.cbi-apply {
        padding: 0.5em;
 }
 
-#memorybar {
-       width:200px;
-       height:8px;
-       border:1px solid #bbb;
-       background-color:red
-}
-
-#memfree, #membuffers, #memcached {
-       float:right;
-       border:1px solid #bbb;
-       height:6px;
-}
-
-#memfree {
-       background-color:green;
-}
-
-#membuffers {
-       background-color:yellow;
-}
-
-#memcached {
-       background-color:orange;
-}
-
-
 /* obligatory IE6 Voodoo Code */
 * html body {
        padding-left: 50% !important;