update add subcategory in addorder

This commit is contained in:
Aung Myo
2017-12-13 11:04:54 +06:30
parent 15bfe11fc0
commit f908c8e036
3 changed files with 61 additions and 14 deletions

View File

@@ -69,7 +69,17 @@ section .content{
font-weight: bold;
border-color: #fff #fff #fff #54A5AF;
}
.sub_category_list{
background:#fff;
margin-top:8px;
}
.sub_category_list > li{
list-style:none;
margin-left:-40px;
}
.sub_category_list > li > a.nav-link{
border-bottom:1px solid #eee;
}
.custom-modal-dialog {
left:auto;
right: auto;