Ember updates
This commit is contained in:
@@ -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
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
padding: 4px 0px
|
||||
.section-tables-container
|
||||
.section-manage-tables
|
||||
margin: -26px 6px 4px 6px
|
||||
margin: -32px 6px 4px 6px
|
||||
.section-table
|
||||
background-color: #ccc
|
||||
//TODO remove width and height for ember control
|
||||
@@ -5,6 +5,7 @@
|
||||
*= require qtip
|
||||
*= require 'general'
|
||||
*= require user/active_list
|
||||
*= require_directory ../base1-shared
|
||||
*= require_directory .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
*= require qtip
|
||||
*= require 'general'
|
||||
*= require user/active_list
|
||||
*= require_directory ../base1-shared
|
||||
*= require_directory .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user