style views to make sticky footer work again
This commit is contained in:
parent
1ee3d0c0ed
commit
ac36b827dd
|
@ -11,6 +11,12 @@ a {
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.application,
|
||||||
|
.dashboard {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.no-padding {
|
.no-padding {
|
||||||
padding : 0;
|
padding : 0;
|
||||||
}
|
}
|
||||||
|
@ -548,6 +554,7 @@ footer {
|
||||||
padding-bottom: 334px;
|
padding-bottom: 334px;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
background-color: #f4f3ea;
|
||||||
}
|
}
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user