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'