minor fix

This commit is contained in:
Rohit Waghchaure
2017-03-10 11:40:28 +05:30
parent 07c9f35779
commit 6068aecc2e
3 changed files with 24 additions and 21 deletions

View File

@@ -334,10 +334,13 @@ body[data-route="pos"] .modal-dialog {
position: relative;
}
.pos .item-list .price-info {
width: 99%;
text-align: center;
position: absolute;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.1);
margin: 2px 1px 2px 2px;
background-color: rgba(162, 161, 161, 0.1);
padding: 9px 15px;
}
.pos-bill-toolbar {