check customer lightbox

This commit is contained in:
phyusin
2018-03-14 17:42:24 +06:30
parent 70e400c3b9
commit 68a27ffcc7
5 changed files with 52 additions and 16 deletions

View File

@@ -314,7 +314,7 @@ tr.discount-item-row:hover {
position: relative;
left: 42%;
top: 30%;
background-color: #d9534f;
background-color: #32ad1a;
color: #fff;
text-align: center;
width: 200px;
@@ -405,4 +405,18 @@ i.logout_icon{
#is_memberModal .btn {
width: 80%;
}
/* End Is Member Modal */
/* End Is Member Modal */
/* Start iframe */
iframe {
border: none;
overflow: hidden !important;
width: 400px;
height: 550px;
}
#pdfModal .btn {
width: 150%;
height: 100%;
}
/* End iframe */