diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-08-24 10:48:05 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-08-24 10:48:05 +0000 |
commit | 3e34c9bdd84879c4c096119b141ad6dcb1980e95 (patch) | |
tree | 2542f4e4681756ab2c1f6dcbde9bd4c9d5dab797 /themes | |
parent | bbd5aa1831fb49aee6843a951b202d9d09082008 (diff) |
themes/openwrt: Fix footer position, thanks for the fix (#272)
Diffstat (limited to 'themes')
-rw-r--r-- | themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index b1c2a8127..faef7f379 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 { @@ -744,10 +746,11 @@ 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, |