update add order for menu and void foc for no table

This commit is contained in:
Aung Myo
2018-02-19 13:53:36 +06:30
parent 0504a9505b
commit 476f7425a2
3 changed files with 89 additions and 25 deletions

View File

@@ -209,3 +209,35 @@ i.logout_icon{
.blue{
background-color: blue;
}
/*For Menu List*/
.dropdown-toggle:after{
margin-left:30px;
}
.my-toggle{
padding: 15px 35px 10px 20px;
line-height:2;
border-bottom: 1px solid #fff;
}
.list-menu{
list-style: none;
margin-top:5px;
background-color: #eee;
}
.menu_list{
display: block;
background-color: #eeeeee;
border-bottom: .214rem solid #fff;
border-left: 1px solid #54A5AF;
border-right: 1px solid #54A5AF;
margin-bottom: -1px;
margin-top: 5px
}
.menu_click{
list-style: none;
margin-left:-40px;
border-bottom: .014rem solid #fff;
}
.list-menu > a:hover{
text-decoration: none;
}