git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bbd5aa1
)
themes/openwrt: Fix footer position, thanks for the fix (#272)
author
Manuel Munz
<redacted>
Wed, 24 Aug 2011 10:48:05 +0000
(10:48 +0000)
committer
Manuel Munz
<redacted>
Wed, 24 Aug 2011 10:48:05 +0000
(10:48 +0000)
themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
patch
|
blob
|
history
diff --git
a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css
index b1c2a81270d82f5afebee6dfc9fdb7fc7fd531a4..faef7f3795d92fa8fc786e576bba9d7c3025758e 100644
(file)
--- 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,
git clone https://git.99rst.org/PROJECT