User top menu fixed

This commit is contained in:
2014-09-05 10:49:51 +02:00
parent dfb55546f5
commit 7907719466
8 changed files with 51 additions and 36 deletions
@@ -1,12 +1,22 @@
header.top-menu
height: 90px
background-color: transparent
background-repeat: no-repeat, no-repeat
background-position: left bottom, right bottom
background-image: image-url('theme1/button-bar-left.png'), image-url('theme1/button-bar-right.png')
color: $green
padding-left: 48px
padding-right: 52px
// Fixed styling rules copied from foundation top-menu fixed
width: 100%
#{$default-float}: 0
position: fixed
top: 0
z-index: 99
background-image: image-url('theme1/wall-bg.jpg')
height: $top-menu-height
.top-menu-bar
color: $green
height: $top-menu-height
background-image: image-url('theme1/button-bar-left.png'), image-url('theme1/button-bar-right.png')
background-color: transparent
background-repeat: no-repeat, no-repeat
background-position: left bottom, right bottom
padding-left: 48px
padding-right: 52px
.top-menu-logo
@media #{$small-only}
display: none