X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=themes%2Ffreifunk-bno%2Fhtdocs%2Fluci-static%2Ffreifunk-bno%2Fcascade.css;h=6731b7c7f9f677ca01eccdd54af8ea0de5c6c1eb;hb=098d4cb353d8d04e38d0c32691ca3362875659d0;hp=35077775728bd8265b86f1296f272c461c9f2c6b;hpb=9cacdbc05cf66bb452598b29d3ac57ea69cbadca;p=project%2Fluci.git diff --git a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css index 350777757..6731b7c7f 100644 --- a/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css +++ b/themes/freifunk-bno/htdocs/luci-static/freifunk-bno/cascade.css @@ -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;