Commit 83d0a95b by Dányi Bence

webui: sticky footer

parent e3116dfc
html
{
min-height: 100%;
position: relative;
}
body
{
min-height:100%;
......@@ -15,6 +20,7 @@ body
width:970px;
text-align:left;
margin:0 auto;
padding-bottom: 100px;
}
.contentblock
......@@ -272,6 +278,9 @@ textarea:-ms-input-placeholder{
}
body > footer {
z-index: 999;
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
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