Some minor style changes and ember confirugation simplification

This commit is contained in:
2014-07-23 16:06:49 +02:00
parent bbd3234c7b
commit 625453843c
4 changed files with 16 additions and 17 deletions
@@ -11,8 +11,6 @@
@import ./menu_main
@import ./menu_side
@import ./qsections
@import ./product_categories
@import ./products_preview
@import ./qtables
@import ./section_tab_headers
@import ./qlists
@@ -14,23 +14,27 @@
&.inactive
opacity: 0.4
#full_day-controller
line-height: 34px
vertical-align: top
// height: 34px
display: inline-block
span
@extend .fa
@extend .fa-clock-o
margin: 0 10px
color: #f70
color: #444
&.active
span
// Full day active is not special, highlight when not active,
// because it indicates the being active of a time range
color: #444
color: #f70
#sub-day-container
display: inline-block
vertical-align: top
&.hide
display: none
select
width: 70px
margin-right: 14px
margin-bottom: 0
.product-category-visible-never
@extend .fa
@extend .fa-times