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
+1 -1
View File
@@ -1,3 +1,3 @@
$qbrown: #634227
$wood: image-url('textures/wood6.png')
$wood: image-url('textures/wood7.png')
$background-brown: #57351f
+23
View File
@@ -0,0 +1,23 @@
table
thead
th
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tbody
td
&.status-icons
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tfoot
td
&.currency
text-align: right
-49
View File
@@ -4,45 +4,6 @@ html
background-image: $wood
body
background-color: transparent
table
thead
th
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tbody
td
&.status-icons
&.currency
text-align: right
&.numeric
text-align: right
&.actions
text-align: right
tfoot
td
&.currency
text-align: right
#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')
.phone-wrapper
position: absolute
top: 60px
@@ -74,16 +35,6 @@ table
width: 880px
height: 590px
#list-needs-help-button
button
margin-left: 5px
i
padding-left: 5px
#list-needs-payment-button
button
margin-left: 5px
i
padding-left: 5px
#qr-list
list-style: none
margin: 0
@@ -1,6 +1,7 @@
/*
*= require 'bootstrap_and_overrides'
*= require 'bootstrap_overrides'
*= require 'general'
*= require_directory .
*= require_self
*/
@@ -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