Fixing footer pulldown

This commit is contained in:
Kevin Chung
2017-04-28 19:36:01 -04:00
parent 17afc9e2f2
commit ad44018a1b
2 changed files with 14 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ a {
outline: 0;
}
.body-container {
min-height: 100%;
position: relative;
}
.no-margin-right {
margin-right: 0px !important;
}
@@ -64,6 +69,7 @@ a {
.main-container {
margin-top: 35px;
margin-bottom: 25px;
padding-bottom: 100px;
}
#login-container {
@@ -484,6 +490,7 @@ table{
position: absolute;
left: 0;
padding: 0;
padding: 0;
margin: 0;
width: 100%;
}

View File

@@ -18,6 +18,11 @@ a {
outline: 0;
}
.body-container {
min-height: 100%;
position: relative;
}
.no-margin-right {
margin-right: 0px !important;
}
@@ -64,6 +69,7 @@ a {
.main-container {
margin-top: 35px;
margin-bottom: 25px;
padding-bottom: 100px;
}
#login-container {
@@ -371,6 +377,7 @@ table{
.footer {
position: absolute;
left: 0;
bottom: 0;
padding: 0;
margin: 0;
width: 100%;