fixed some header display
This commit is contained in:
parent
ce20bb3f0f
commit
96903cab02
File diff suppressed because it is too large
Load Diff
@ -140,28 +140,30 @@ $rootminwidth : 320px;
|
|||||||
|
|
||||||
$header-z-index:1000;
|
$header-z-index:1000;
|
||||||
#header{
|
#header{
|
||||||
@media #{$medium-up}{
|
background-color: #fff;
|
||||||
position:fixed; top:0; margin:0 auto; background-color: #fff; min-width:$rootminwidth*0.97;
|
// @media #{$medium-up}{
|
||||||
} //change this
|
html.no-touch &{
|
||||||
|
position:fixed; top:0; margin:0 auto; min-width:$rootminwidth*0.97;
|
||||||
|
}
|
||||||
|
// }
|
||||||
z-index:$header-z-index;
|
z-index:$header-z-index;
|
||||||
@include padded;
|
@include padded;
|
||||||
.admin-menu &{ margin-top:35px; }
|
.admin-menu &{ margin-top:35px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#utilities{
|
#utilities{
|
||||||
@media #{$medium-up}{
|
// @media #{$medium-up}{
|
||||||
html.no-touch &{
|
html.no-touch &{
|
||||||
position:fixed; top:0; margin:0 auto; min-width:$rootminwidth*0.97;
|
position:fixed; top:0; margin:0 auto; min-width:$rootminwidth*0.97;
|
||||||
margin-top:60px;
|
margin-top:60px;
|
||||||
}
|
}
|
||||||
html.no-touch .admin-menu &{ margin-top:85px; }
|
html.no-touch .admin-menu &{ margin-top:85px; }
|
||||||
}
|
// }
|
||||||
@media #{$small-only}{
|
@media #{$small-only}{
|
||||||
>.region{padding-top:5px; padding-bottom:5px;}
|
>.region{padding-top:5px; padding-bottom:5px;}
|
||||||
} //change this
|
} //change this
|
||||||
z-index:999;
|
z-index:999;
|
||||||
@include padded;
|
@include padded;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#main{
|
#main{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user