Getting rid of a footer

This commit is contained in:
Oleksandr Zhurbenko 2015-05-06 12:08:57 -07:00
parent ea8afcaf2a
commit 698ccf5c4f
2 changed files with 1 additions and 36 deletions

View File

@ -44,41 +44,6 @@ body {
margin-left:5px
}
.mainContainer {
height: 95%;
}
.myFooter {
min-height: 40px !important;
color: black;
padding-top: 13px;
text-align: center;
background-color: #EEEEEE;
@media @landscape {
position:fixed;
bottom:0;
margin-bottom: 0;
border-width: 1px 0 0;
width: 100%;
}
@media @landscape, @desktop-portrait {
font-size: 10px;
max-height: 20px;
}
@media @mobile-portrait {
font-size: 2vw;
}
/*the footer should be visible only at the very bottom of a portrait page*/
@media @desktop-portrait, @mobile-portrait {
order: 4;
-webkit-order: 4;
}
@media @mobile-portrait-with-keyboard {
display: none; /*hide when typing*/
}
}
.myNavbar {
border-bottom: 0px;
&.gradientBar {

View File

@ -62,7 +62,7 @@
}
#user-contents {
height: 100%; /* for the inside scrolling list to utilize as much room as possible, this surrounding window must also take up as much room as possible */
height: 83vh; /* for the inside scrolling list to utilize as much room as possible, this surrounding window must also take up as much room as possible */
.userlist {
height: calc(~'100% - 29px'); /* height of user contents - user list */