call waiter css

This commit is contained in:
Yan
2017-12-14 11:51:44 +06:30
parent 4baa273f8e
commit e8c5cd1219
3 changed files with 25 additions and 17 deletions

View File

@@ -362,11 +362,25 @@ tr.discount-item-row:hover {
/* End Payment Page */
/*Logout Icon*/
/* Logout Icon */
i.logout_icon{
position: relative;
top: 5px;
}
/* End Logout Icon */
/* Notify */
#notify-wrapper {
position: absolute;
top: 55px;
left: 10px;
z-index: 9999;
opacity: 0.8;
}
[data-notify="container"] {
margin-bottom: 5px !important;
margin-left:5px !important;
@@ -374,17 +388,5 @@ i.logout_icon{
top: 25% !important;
width: 100% !important;
}
/*
.bootstrap-notify-container {
position: !important;
margin:10px 10px 10px 10px !important;
float:left !important;
display:block !important;
z-index: 9999999;
opacity: 1;
}
.notify-close{
position:initial !important;
}
*/
/* End Notify */