Fixed the position of footer in the css.

(cherry picked from commit 6f9d9e49ec)
This commit is contained in:
mdtrooper 2015-12-31 10:45:42 +01:00
parent 27d8f89a7c
commit d52ed2500d
1 changed files with 4 additions and 0 deletions
pandora_console/include/styles

View File

@ -354,6 +354,10 @@ div#foot {
height: 30px;
clear: both;
width: auto;
bottom: 0;
position: fixed;
width: 100%;
}
#ver {
margin-bottom: 25px;