Ember updates

This commit is contained in:
2014-03-22 11:57:09 +01:00
parent db37c95e72
commit 37970e5bef
19 changed files with 52257 additions and 42604 deletions
@@ -0,0 +1,26 @@
.section-tabs-container
.section-tab-header
float: left
margin-right: 10px
$border: 1px solid black
border: $border
padding: 5px
cursor: pointer
font-weight: bold
background-color: rgba(200,200,200,0.4)
color: #333
&.active
border-bottom-width: 0
&.table-hover, &.table-dragging
background-size: 100px
background-position: center center
background-repeat: no-repeat
&.table-dragging
background-image: image-url('supplier/drop-target.svg')
&.table-hover
background-image: image-url('supplier/drop-target-active.svg')
&:after
content: ''
display: block
clear: left