Massimiliano Assante 2016-06-15 14:34:43 +00:00
parent 9661285e44
commit 2ac44e40e8
1 changed files with 10 additions and 4 deletions

View File

@ -64,11 +64,13 @@ body {
div#wrapper {
@include respond-to(desktop) {
padding: 2em 3em 0;
padding: 2em 4em 0;
}
background: #EEE url(@theme_image_path@/custom/body_bg.png) center top repeat-x;
background-position: 0px -65px;
min-height: 750px;
@include respond-to(phone, tablet) {
padding-top: 0;
}
background-color: #f5f8fa;
min-height: 750px;
}
.aui .row {
@ -121,6 +123,10 @@ header#banner {
width: 28px;
height: 28px;
}
/* hides the navigation bar as it is useless for this theme*/
#_145_navSiteNavigationNavbarBtn {
display: none;
}
/* when user is signed out remove the dockbar v space*/
body.signed-in {
padding-top: 0px;