fix sidebar h2 padding
This commit is contained in:
parent
7292ecf0a7
commit
295dc915f4
1 changed files with 7 additions and 4 deletions
|
@ -1923,6 +1923,10 @@ footer {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar h2 {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.main + .sidebar {
|
.main + .sidebar {
|
||||||
border-right: none;
|
border-right: none;
|
||||||
border-left: 1px solid #e6e6e6;
|
border-left: 1px solid #e6e6e6;
|
||||||
|
@ -1932,15 +1936,14 @@ footer {
|
||||||
padding-top: 1px;
|
padding-top: 1px;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
}
|
}
|
||||||
|
.NavBarAdmin h2 {
|
||||||
|
margin: 21px 0 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-stacked > li + li {
|
.nav-stacked > li + li {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-stacked > li:last-child a {
|
|
||||||
border-bottom: 1px solid #f2f2f3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-pills > li > a {
|
.nav-pills > li > a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
Loading…
Reference in a new issue