style movement fixes and new background
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#active-list-table
|
||||
tbody
|
||||
tr
|
||||
td
|
||||
&:first-child
|
||||
padding-left: 35px
|
||||
background-position: 5px center
|
||||
background-repeat: no-repeat
|
||||
&.active
|
||||
td
|
||||
&:first-child
|
||||
background-image: image-url('icons/order-check.png')
|
||||
&.delivered
|
||||
td
|
||||
&:first-child
|
||||
background-image: image-url('icons/order-doublecheck.png')
|
||||
@@ -10,6 +10,7 @@
|
||||
*
|
||||
*= require 'bootstrap_and_overrides'
|
||||
*= require 'bootstrap_overrides'
|
||||
*= require 'general'
|
||||
*= require_directory .
|
||||
*= require_self
|
||||
*/
|
||||
|
||||
@@ -74,3 +74,13 @@ body
|
||||
margin-right: 8px
|
||||
.table-number
|
||||
float: right
|
||||
#list-needs-help-button
|
||||
button
|
||||
margin-left: 5px
|
||||
i
|
||||
padding-left: 5px
|
||||
#list-needs-payment-button
|
||||
button
|
||||
margin-left: 5px
|
||||
i
|
||||
padding-left: 5px
|
||||
|
||||
Reference in New Issue
Block a user