diff --git a/app/assets/stylesheets/CRM.scss b/app/assets/stylesheets/CRM.scss index 18bdca31..12fc70b5 100755 --- a/app/assets/stylesheets/CRM.scss +++ b/app/assets/stylesheets/CRM.scss @@ -11,6 +11,10 @@ @import "BSBMaterial/themes/all-themes"; @import "reset"; +.sx-margin-0 { + margin: 0 !important; +} + .selected-item { color: #fff !important; background-color: #7a62d3 !important; diff --git a/app/views/crm/dining_queues/index.html.erb b/app/views/crm/dining_queues/index.html.erb index 17c7e7c8..8eb9904e 100755 --- a/app/views/crm/dining_queues/index.html.erb +++ b/app/views/crm/dining_queues/index.html.erb @@ -28,15 +28,26 @@ @bg_color = "normal" end %> -
+
- Queue No : <%= queue.queue_no %> - Seater : <%= queue.seater %>
- Name : <%= queue.name %>
- Contact No : <%= queue.contact_no %>
- Remark : <%= queue.remark %> +
+
+

+ Queue No : <%= queue.queue_no %> +

+
+
+

+ Seater : <%= queue.seater %> +

+
+
+ +

Name : <%= queue.name %>

+

Contact No : <%= queue.contact_no %>

+

Remark : <%= queue.remark %>

<% end %>