style changes for supplier better foundation rules

This commit is contained in:
2014-09-08 13:35:55 +02:00
parent 3491e77951
commit 3fc6e61a7b
6 changed files with 9 additions and 13 deletions
@@ -12,7 +12,7 @@ if list.closed_at
.display-row
.display-label  
.display-field: App.CloseListButtonView content=list
.row
.user-info-container
each user in list.users
=user.facebook_image_tag
if list.sorted_orders
@@ -7,7 +7,7 @@
table.active-lists-table.table
thead
tr
th.user-info
th.user-info.show-for-large-up
th.status-icons
th.numeric=t 'table_number'
th=t 'models.section'
@@ -21,7 +21,7 @@
table.active-orders-table.table
thead
tr
th.user-info
th.user-info.show-for-large-up
th.status-icons
th=t 'models.order'
th.numeric=t 'table_number'
@@ -1,5 +1,4 @@
.row
h2=t 'models.list'
partial "list_content"
link-to 'lists' class="button"
span=t 'list.go_to_lists'
h2=t 'models.list'
partial "list_content"
link-to 'lists' class="button"
span=t 'list.go_to_lists'
@@ -1,5 +1,5 @@
.display-row
@extend .row
+grid-row(nest)
.display-label
font-weight: bold
@media #{$small-only}
+1 -1
View File
@@ -44,7 +44,7 @@ html lang="en"
- if content_for?(:row)
.row= yield :row
.row
.span12
.large-12.columns
#ember-app-container
= yield :footer
javascript:
-3
View File
@@ -9,7 +9,6 @@ Supplier
- Dashboard
- Empty state
- Add qr print functionality offering to send the stickers
- Sort orders by date in dashboard
- Show order time in dashboard
User
@@ -23,8 +22,6 @@ Bugs
<!-- - nothing!!! -->
- User order added, not added for other users
Post release
============