fixed some header display

This commit is contained in:
Bachir Soussi Chiadmi 2015-07-17 18:18:01 +02:00
parent ce20bb3f0f
commit 96903cab02
2 changed files with 192 additions and 341 deletions

File diff suppressed because it is too large Load Diff

View File

@ -140,28 +140,30 @@ $rootminwidth : 320px;
$header-z-index:1000;
#header{
@media #{$medium-up}{
position:fixed; top:0; margin:0 auto; background-color: #fff; min-width:$rootminwidth*0.97;
} //change this
background-color: #fff;
// @media #{$medium-up}{
html.no-touch &{
position:fixed; top:0; margin:0 auto; min-width:$rootminwidth*0.97;
}
// }
z-index:$header-z-index;
@include padded;
.admin-menu &{ margin-top:35px; }
}
#utilities{
@media #{$medium-up}{
// @media #{$medium-up}{
html.no-touch &{
position:fixed; top:0; margin:0 auto; min-width:$rootminwidth*0.97;
margin-top:60px;
}
html.no-touch .admin-menu &{ margin-top:85px; }
}
// }
@media #{$small-only}{
>.region{padding-top:5px; padding-bottom:5px;}
} //change this
z-index:999;
@include padded;
}
#main{