luci-0.10: merge r7370

This commit is contained in:
Manuel Munz 2011-08-24 10:52:53 +00:00
parent 1fe5639832
commit 68428f3913

View file

@ -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 {
@ -739,12 +741,12 @@ 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,
.luci a:visited { .luci a:visited {
background-color: transparent; background-color: transparent;