themes/openwrt: Fix footer position, thanks for the fix (#272)
This commit is contained in:
parent
bbd5aa1831
commit
3e34c9bdd8
1 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,7 @@
|
||||||
html {
|
html {
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -255,6 +256,7 @@ textarea#syslog {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#maincontent {
|
#maincontent {
|
||||||
|
@ -744,10 +746,11 @@ div.cbi-tab-descr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.luci {
|
.luci {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 1em;
|
||||||
text-align: right;
|
height: 1.5em;
|
||||||
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.luci a:link,
|
.luci a:link,
|
||||||
|
|
Loading…
Reference in a new issue