Some navbar and page title fixes

This commit is contained in:
Albert Santoni 2015-08-18 17:52:23 -04:00
parent a84c33f0ed
commit 2c443bd27a
6 changed files with 17 additions and 5 deletions

View file

@ -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);
}