Site footer

Added a 15px margin to bottom of site layout. Fixed inventory detail page auto sizing. It had not been updated with all the layout changes.
This commit is contained in:
Chris Houseknecht
2014-07-25 16:46:21 -04:00
parent d2435884af
commit 76d6097af7
5 changed files with 12 additions and 97 deletions
-91
View File
@@ -396,31 +396,6 @@ dd {
min-height: 15px;
}
/* The sticky footer: http://css-tricks.com/snippets/css/sticky-footer, with less variables */
@footer-height: 68px;
@footer-margin: 22px;
@push-height: (@footer-height + @footer-margin);
#wrap {
min-height: 100%;
height: 100%;
height: auto !important;
margin-bottom: -(@push-height);
}
#wrap:after {
content: "";
display: block;
}
#wrap:after {
height: @push-height;
}
.site-footer {
height: @footer-height;
margin-top: @footer-margin;
}
#navbar-container, .main-menu {
width: 100%;
background-color: @black;
@@ -455,43 +430,6 @@ dd {
background-color: @black;
}
.site-footer {
color: @grey;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
a,
a:active,
a:visited {
color: @grey;
}
a:hover {
color: @blue;
}
.help {
padding-top: 14px;
font-weight: normal;
}
.logo {
text-align: right;
}
.logo img {
max-width: 46px;
}
.copyright {
padding-top: 6px;
font-weight: normal;
text-align: center;
}
}
.modal-header.login-header {
text-align: center;
background-color: @black;
@@ -1736,35 +1674,6 @@ tr td button i {
@media (max-width: 767px) {
/* The sticky footer: http://css-tricks.com/snippets/css/sticky-footer, with less variables */
@footer-height: 140px;
@footer-margin: 15px;
@push-height: (@footer-height + @footer-margin);
#wrap {
min-height: 100%;
height: 100%;
height: auto !important;
margin-bottom: -(@push-height);
}
#wrap:after {
content: "";
display: block;
}
#wrap:after {
height: @push-height;
}
.site-footer {
height: @footer-height;
margin-top: @footer-margin;
padding-top: 5px;
padding-bottom: 5px;
.logo {
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
}
}
/* Job events */
.level-1,
+4
View File
@@ -72,6 +72,10 @@ body {
margin-right: 5px;
}
.site-footer {
height: 15px;
}
@media (max-width: 1075px) {
#main-menu-container {