Minor css changes

This commit is contained in:
Raphael Michel
2018-07-09 00:23:34 +02:00
parent d583775132
commit 93b07a476d
2 changed files with 7 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
.sidebar-nav li ul {
margin-bottom: 5px;
}
.sidebar-nav li.active > a, .sidebar-nav li a.active {
.sidebar-nav li.active > a:not(.has-children), .sidebar-nav li a.active {
font-weight: bold;
}

View File

@@ -24,11 +24,15 @@ body {
@media(min-width:768px) {
#page-wrapper {
position: inherit;
margin: 0 0 0 220px;
padding: 20px 30px 0;
margin: 0 0 0 250px;
padding: 20px 15px 0;
}
}
#page-wrapper > .container-fluid {
padding: 0;
}
// Navigation
// --Topbar