themes/openwrt: Fix footer position, thanks for the fix (#272)

This commit is contained in:
Manuel Munz 2011-08-24 10:48:05 +00:00
parent bbd5aa1831
commit 3e34c9bdd8

View file

@ -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,