style movement fixes and new background
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 1.4 MiB |
@@ -17,7 +17,7 @@ window.Quser=
|
|||||||
Quser.list_needs_payment_default_action()
|
Quser.list_needs_payment_default_action()
|
||||||
Quser.list_needs_help_default_action()
|
Quser.list_needs_help_default_action()
|
||||||
# join_request_active is to ensure that there are no more modals loaded when one is still active
|
# join_request_active is to ensure that there are no more modals loaded when one is still active
|
||||||
console.log('join_request_active=' + window.join_request_active)
|
# console.log('join_request_active=' + window.join_request_active)
|
||||||
if !window.join_request_active && response.join_requests && response.join_requests.length
|
if !window.join_request_active && response.join_requests && response.join_requests.length
|
||||||
window.join_request_active = true
|
window.join_request_active = true
|
||||||
for join_request in response.join_requests
|
for join_request in response.join_requests
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
$qbrown: #634227
|
$qbrown: #634227
|
||||||
$wood: image-url('textures/wood6.png')
|
$wood: image-url('textures/wood7.png')
|
||||||
$background-brown: #57351f
|
$background-brown: #57351f
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -4,45 +4,6 @@ html
|
|||||||
background-image: $wood
|
background-image: $wood
|
||||||
body
|
body
|
||||||
background-color: transparent
|
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
|
.phone-wrapper
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 60px
|
top: 60px
|
||||||
@@ -74,16 +35,6 @@ table
|
|||||||
width: 880px
|
width: 880px
|
||||||
height: 590px
|
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
|
#qr-list
|
||||||
list-style: none
|
list-style: none
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
*= require 'bootstrap_and_overrides'
|
*= require 'bootstrap_and_overrides'
|
||||||
*= require 'bootstrap_overrides'
|
*= require 'bootstrap_overrides'
|
||||||
|
*= require 'general'
|
||||||
*= require_directory .
|
*= require_directory .
|
||||||
*= require_self
|
*= 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_and_overrides'
|
||||||
*= require 'bootstrap_overrides'
|
*= require 'bootstrap_overrides'
|
||||||
|
*= require 'general'
|
||||||
*= require_directory .
|
*= require_directory .
|
||||||
*= require_self
|
*= require_self
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -74,3 +74,13 @@ body
|
|||||||
margin-right: 8px
|
margin-right: 8px
|
||||||
.table-number
|
.table-number
|
||||||
float: right
|
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