wt updated

This commit is contained in:
code2lab
2019-05-29 18:37:58 +06:30
parent d5d137338d
commit 0fef2d5ba2
15 changed files with 439 additions and 176 deletions

View File

@@ -69,11 +69,11 @@
z-index: 1100;
}
#sxModal-Content {
#sxModal-Content {
position: relative;
left: 42%;
top: 30%;
background-color: #32ad1a;
background-color: #32ad1a;
color: #fff;
text-align: center;
width: 200px;
@@ -92,7 +92,7 @@
#videoElement {
width: 480px;
height: 375px;
}
.cashier_number{
@@ -243,7 +243,7 @@ i.logout_icon{
span.round-tab:hover{
color: white;
border: 1px solid #fff;
background-color:#2196F3;
background-color:#2196F3;
}
.wizard .nav-tabs > li {
width: 25%;
@@ -268,4 +268,55 @@ i.logout_icon{
font-size: 14px;
color: #FFFFFF;
}
/*customer modal UI */
/*customer modal UI */
@media screen and (max-width: 785px) {
section.content{
margin: 80px 15px 0 225px;
}
.mbl_view{
display: none;
}
.navbar-brand-txt{
margin-top: -15px;
}
.toggle_mbl {
text-align: right;
}
.toggle_mbl img{
width: 24px;
margin-bottom: 14px;
}
.toggle_mbl a:hover, a:focus{
background-color: unset;
}
.col-mbl-view{
width: 50%;
}
.info-box .icon{
display: none;
}
.mbl_product_div{
display: none;
}
.sidebar .menu{
top: 10px;
}
.page-header{
width: 100%;
}
.ls-closed .bars:after, .ls-closed .bars:before{
top: 14px;
}
}

View File

@@ -120,4 +120,55 @@ i.logout_icon{
.table-width{
width: 100%;
}
}
@media screen and (max-width: 785px) {
section.content{
margin: 80px 15px 0 225px;
}
.mbl_view{
display: none;
}
.navbar-brand-txt{
margin-top: -15px;
}
.toggle_mbl {
text-align: right;
}
.toggle_mbl img{
width: 24px;
margin-bottom: 14px;
}
.toggle_mbl a:hover, a:focus{
background-color: unset;
}
.col-mbl-view{
width: 50%;
}
.info-box .icon{
display: none;
}
.mbl_product_div{
display: none;
}
.sidebar .menu{
top: 10px;
}
.page-header{
width: 100%;
}
.ls-closed .bars:after, .ls-closed .bars:before{
top: 14px;
}
}

View File

@@ -130,3 +130,54 @@ i.logout_icon{
#setting{ display: none;}
.menu-up{ display: none;}
}
@media screen and (max-width: 785px) {
section.content{
margin: 80px 15px 0 225px;
}
.mbl_view{
display: none;
}
.navbar-brand-txt{
margin-top: -15px;
}
.toggle_mbl {
text-align: right;
}
.toggle_mbl img{
width: 24px;
margin-bottom: 14px;
}
.toggle_mbl a:hover, a:focus{
background-color: unset;
}
.col-mbl-view{
width: 50%;
}
.info-box .icon{
display: none;
}
.mbl_product_div{
display: none;
}
.sidebar .menu{
top: 10px;
}
.page-header{
width: 100%;
}
.ls-closed .bars:after, .ls-closed .bars:before{
top: 14px;
}
}

View File

@@ -279,4 +279,55 @@ tr.discount-item-row:hover {
i.logout_icon{
position: relative;
top: 5px;
}
}
@media screen and (max-width: 785px) {
section.content{
margin: 80px 15px 0 225px;
}
.mbl_view{
display: none;
}
.navbar-brand-txt{
margin-top: -15px;
}
.toggle_mbl {
text-align: right;
}
.toggle_mbl img{
width: 24px;
margin-bottom: 14px;
}
.toggle_mbl a:hover, a:focus{
background-color: unset;
}
.col-mbl-view{
width: 50%;
}
.info-box .icon{
display: none;
}
.mbl_product_div{
display: none;
}
.sidebar .menu{
top: 10px;
}
.page-header{
width: 100%;
}
.ls-closed .bars:after, .ls-closed .bars:before{
top: 14px;
}
}

View File

@@ -62,8 +62,8 @@ select.form-control {
/*
.order-info {
min-height:300px;
max-height:500px;
min-height:300px;
max-height:500px;
overflow:auto
}
*/
@@ -222,7 +222,7 @@ select.form-control {
margin-right: 15px;
color:#fff !important;
# background-color: green !important;
}
}
/* Reciept Style */
#order-charges-table td {
@@ -336,11 +336,11 @@ tr.discount-item-row:hover {
z-index: 1100;
}
#sxModal-Content {
#sxModal-Content {
position: relative;
left: 42%;
top: 30%;
background-color: #32ad1a;
background-color: #32ad1a;
color: #fff;
text-align: center;
width: 200px;
@@ -373,7 +373,7 @@ tr.discount-item-row:hover {
opacity: 1;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
}
/* For Payment Page */
@@ -465,7 +465,7 @@ iframe {
}
.tax-btn-box {
width: 230px;
width: 230px;
height: 80px;
}
@@ -518,12 +518,12 @@ nav.pagination .page a:hover,
opacity: 1;
z-index: 101;
filter: alpha(opacity=100); /* ie */
-moz-opacity: 1; /* mozilla */
-moz-opacity: 1; /* mozilla */
}
.existing_invoice{
background-color:#ffab51;
color:#fff;
}
@@ -628,7 +628,7 @@ nav.pagination .page a:hover,
span.round-tab:hover{
color: white;
border: 1px solid #fff;
background-color:#2196F3;
background-color:#2196F3;
}
.wizard .nav-tabs > li {
width: 25%;
@@ -656,6 +656,57 @@ nav.pagination .page a:hover,
/*customer modal UI */
.payment-btn-box {
width: 130px;
width: 130px;
height: 50px;
}
}
@media screen and (max-width: 785px) {
section.content{
margin: 80px 15px 0 225px;
}
.mbl_view{
display: none;
}
.navbar-brand-txt{
margin-top: -15px;
}
.toggle_mbl {
text-align: right;
}
.toggle_mbl img{
width: 24px;
margin-bottom: 14px;
}
.toggle_mbl a:hover, a:focus{
background-color: unset;
}
.col-mbl-view{
width: 50%;
}
.info-box .icon{
display: none;
}
.mbl_product_div{
display: none;
}
.sidebar .menu{
top: 10px;
}
.page-header{
width: 100%;
}
.ls-closed .bars:after, .ls-closed .bars:before{
top: 14px;
}
}