Merge branch 'split_bill' of bitbucket.org:code2lab/sxrestaurant into adminbsb_ui_changes

This commit is contained in:
phyusin
2018-09-10 16:49:06 +06:30
3 changed files with 8 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
}
.style_image{
height : 138px;
height : 137.5px;
padding : 20px 0 20px 0;
width : 70%;
opacity: 0.7;

View File

@@ -69,6 +69,12 @@
</a>
</p>
</li>
<!-- <li>
<p class="waves-effect waves-block p-l-30 m-b-5">
<i class="material-icons font-7 logout_icon shopinfo">add</i>
<span class="font-15 shopinfo" >Team Viewer</span>
</p>
</li> -->
<% end %>
<li>
<!-- <p class="delete waves-effect waves-block p-l-30 m-b-5" data-ref="<%=logout_path%>" data-method="delete">

View File

@@ -122,7 +122,7 @@
</ul>
<div class="tab-content" style="max-height:550px; overflow:auto">
<div class="tab-content" style="max-height:650px; overflow:auto">
<% @roles.each do |role| %>
<%if role != "administrator" %>