From: Manuel Munz Date: Wed, 24 Aug 2011 10:52:53 +0000 (+0000) Subject: luci-0.10: merge r7370 X-Git-Tag: 0.10.0~84 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68428f3913a1992384bb37dcefaeb9f14d2600da;p=oweals%2Fluci.git luci-0.10: merge r7370 --- diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 8d9a7a77e..c19c2612d 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -5,6 +5,7 @@ html { min-height: 100%; height: auto; + position:relative; } body { @@ -255,6 +256,7 @@ textarea#syslog { clear: both; width: 96%; margin: 0 auto; + height:100%; } #maincontent { @@ -739,12 +741,12 @@ div.cbi-tab-descr { } .luci { - position: fixed; + position: absolute; bottom: 0; - left: 0; - text-align: right; + left: 1em; + height: 1.5em; + font-size: 80%; } - .luci a:link, .luci a:visited { background-color: transparent;