Fixed footer when not logged

This commit is contained in:
Gustavo Cortez 2014-05-07 16:08:24 -03:00
commit a0cbf82b75
2 changed files with 20 additions and 4 deletions

View file

@ -17,6 +17,10 @@ html, body {height: 100%;}
overflow:auto;
padding-bottom: 91px;} /* must be same height as the footer */
.main-home {
padding-bottom: 28px !important;
}
#footer {
position: fixed;
margin-top: -96px; /* negative value of footer height */
@ -28,6 +32,12 @@ html, body {height: 100%;}
z-index: 100;
}
.footer-home {
position: relative !important;
margin-top: -28px !important;
height: 28px !important;
}
.bottom-copay {
width: 80px;
text-align: center;
@ -196,7 +206,7 @@ span.panel-res {
.line-dashed {
border-top: 2px dashed #ccc;
margin: 3rem 0;
margin: 1rem 0;
padding: 1rem 0;
}