style movement fixes and new background

This commit is contained in:
2012-09-06 15:01:47 +02:00
parent 161da7a82d
commit d5fabd9fbc
10 changed files with 24215 additions and 51 deletions
@@ -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