Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Yan
2017-06-12 14:15:16 +06:30
7 changed files with 66 additions and 55 deletions

View File

@@ -21,8 +21,9 @@
}
.cashier_number{
height:60px;
line-height:60px;
width: 33%;
height:70px;
line-height:70px;
text-align:center;
background:#54A5AF;
// float:left;
@@ -34,8 +35,8 @@
.pay{
width: 98%;
height:210px;
line-height:210px;
height:211px;
line-height:211px;
text-align:center;
font-size:20px;
color:white;
@@ -46,7 +47,7 @@
}
.long{
width:100%;
width:49%;
}
.sold {
@@ -121,4 +122,4 @@ select.form-control {
tr.discount-item-row:hover {
background-color: #e3e3e3 !important;
}
}