User top menu fixed
This commit is contained in:
@@ -7,3 +7,4 @@ $wood: image-url('theme1/wall-bg.jpg')
|
||||
$background-brown: #57351f
|
||||
$current-color: #ff0
|
||||
$active-color: #f70
|
||||
$top-menu-height: 90px
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
.lists-overview-entry
|
||||
+grid-column(12)
|
||||
cursor: pointer
|
||||
// Transparent border to get same size as active box
|
||||
border: 1px solid transparent
|
||||
border-bottom: 1px solid #ddd
|
||||
margin-bottom: 12px
|
||||
@media #{$medium-only}
|
||||
|
||||
@@ -8,6 +8,7 @@ body
|
||||
#ember-app-container
|
||||
background-image: image-url('theme1/wall-bg.jpg')
|
||||
background-repeat: repeat
|
||||
padding-top: $top-menu-height
|
||||
|
||||
main.main-section
|
||||
+panel($bg:rgba(200,200,200,0.8))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import constants
|
||||
@import ./qconstants
|
||||
@import ./foundation_and_overrides
|
||||
@import font-awesome
|
||||
@import constants
|
||||
@import ./structure
|
||||
@import ./components/*
|
||||
@import ./qmodal
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user