style views to make sticky footer work again

This commit is contained in:
Lisa P 2015-01-15 13:15:41 +01:00
parent 1ee3d0c0ed
commit ac36b827dd

View File

@ -11,6 +11,12 @@ a {
text-decoration : none;
}
.application,
.dashboard {
height: 100%;
}
.no-padding {
padding : 0;
}
@ -548,6 +554,7 @@ footer {
padding-bottom: 334px;
min-height: 100%;
height: auto;
background-color: #f4f3ea;
}
@media (min-width: 640px) {
.wrapper {