From 426f12416dd59cd24524fb577bdea8b2e4c440f9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 14 Jul 2008 15:54:53 +0000 Subject: * luci: add memory status patches from soma --- .../htdocs/luci-static/fledermaus/cascade.css | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'themes/fledermaus/htdocs') diff --git a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css index 8f30015f3..89db2e53b 100644 --- a/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css +++ b/themes/fledermaus/htdocs/luci-static/fledermaus/cascade.css @@ -294,4 +294,30 @@ code { .ok { color: green; font-weight: bold; -} \ No newline at end of file +} + +#memorybar { + width:200px; + height:9px; + border:1px solid #bbb; + background-color: #262626; +} + +#memfree, #membuffers, #memcached { + float:right; + border:1px solid #262626; + height:7px; +} + +#memfree { + background-color:green; +} + +#membuffers { + background-color:#ffcb05; +} + +#memcached { + background-color:#dc0065; +} + -- cgit v1.2.3