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;
|
||||
}
|
||||
|
||||
.sidebar h2 {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.main + .sidebar {
|
||||
border-right: none;
|
||||
border-left: 1px solid #e6e6e6;
|
||||
|
@ -1932,15 +1936,14 @@ footer {
|
|||
padding-top: 1px;
|
||||
width: 280px;
|
||||
}
|
||||
.NavBarAdmin h2 {
|
||||
margin: 21px 0 12px;
|
||||
}
|
||||
|
||||
.nav-stacked > li + li {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.nav-stacked > li:last-child a {
|
||||
border-bottom: 1px solid #f2f2f3;
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
padding: 0;
|
||||
height: 40px;
|
||||
|
|
Loading…
Reference in a new issue