assign table ,membership transaction and queue

This commit is contained in:
Aung Myo
2017-06-21 16:22:53 +06:30
parent 6c4c817453
commit 7c5456d712
16 changed files with 502 additions and 311 deletions

View File

@@ -23,6 +23,17 @@
.assign .text-muted{
color: #fff !important;
}
.red{
color: #fff !important;
background-color: red;
}
.green{
color: #fff !important;
background-color: green;
}
.required abbr{
color: red !important;
}
.jconfirm-box-container{
margin-left:-40px !important
}