bug fixes

This commit is contained in:
2012-12-11 13:45:47 +01:00
parent 009b84f7cd
commit 7a048125d1
11 changed files with 106 additions and 90 deletions
@@ -17,3 +17,19 @@
margin-right: 7px
&.hide
display: none
#active-orders-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')
@@ -104,7 +104,12 @@ body
#list-needs-payment-button
span
background-image: image-url('icons/needs-payment.png')
&.active
span
background-image: image-url('icons/needs-payment-active.png')
#list-needs-help-button
span
background-image: image-url('icons/needs-help.png')
&.active
span
background-image: image-url('icons/needs-help-active.png')