Some navbar and page title fixes
This commit is contained in:
parent
a84c33f0ed
commit
2c443bd27a
6 changed files with 17 additions and 5 deletions
|
@ -3610,6 +3610,10 @@ button.btn-icon-text > i.icon-white {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
#sub-menu h3 {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#sub-menu .navigation {
|
||||
list-style: none;
|
||||
padding-left: 0px;
|
||||
|
@ -3646,3 +3650,9 @@ button.btn-icon-text > i.icon-white {
|
|||
height: 19px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
height: 1px;
|
||||
background: rgba(255,255,255,0.2);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue