Commit 83d0a95b by Dányi Bence

webui: sticky footer

parent e3116dfc
html
{
min-height: 100%;
position: relative;
}
body body
{ {
min-height:100%; min-height:100%;
...@@ -15,6 +20,7 @@ body ...@@ -15,6 +20,7 @@ body
width:970px; width:970px;
text-align:left; text-align:left;
margin:0 auto; margin:0 auto;
padding-bottom: 100px;
} }
.contentblock .contentblock
...@@ -272,6 +278,9 @@ textarea:-ms-input-placeholder{ ...@@ -272,6 +278,9 @@ textarea:-ms-input-placeholder{
} }
body > footer { body > footer {
z-index: 999;
position: absolute;
bottom: 0;
width: 100%; width: 100%;
text-align: center; text-align: center;
border-top: 1px solid #888; border-top: 1px solid #888;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment