diff options
Diffstat (limited to 'themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css')
-rw-r--r-- | themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css index 824b04ba4b..de3246b2e7 100644 --- a/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt.org/htdocs/luci-static/openwrt.org/cascade.css @@ -354,6 +354,31 @@ td.cbi-section-table-optionals { font-size: 70%; } +#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 { @@ -406,3 +431,4 @@ td.cbi-section-table-optionals { * html div.cbi-value-description { margin-left: 40%; } + |