ui edited

This commit is contained in:
Yan
2017-10-23 13:20:41 +06:30
parent ba44495663
commit ac42c4a78e
2 changed files with 11 additions and 1 deletions

View File

@@ -39,6 +39,16 @@
margin-top: 0px !important;
}
.dropdown-menu > li > p:hover {
background-color: #ccc;
}
@media (min-width: 768px){
.dropdown-menu {
padding: .3rem 0;
}
}
.switch label {
color: #070707 !important;
}

View File

@@ -32,7 +32,7 @@
<ul class="dropdown-menu">
<li>
<%if current_login_employee.role !="waiter" %>
<p class="delete waves-effect waves-block" style="margin:0.5rem 1rem !important;" data-ref="<%=logout_path%>" data-method="delete">Logout</p>
<p class="delete waves-effect waves-block" style="padding:0.5rem 1rem; margin-bottom: 0rem;" data-ref="<%=logout_path%>" data-method="delete">Logout</p>
<span class="hidden" id="delete_text">
<h6>Are you sure you want to Logout ?</h6>
<!-- <h6>This action can't be undo. </h6> -->