attempt at bettering look for sidebar
This commit is contained in:
parent
ce22e44534
commit
03523da2f4
1 changed files with 5 additions and 1 deletions
|
@ -119,8 +119,12 @@ input[type=text], input[type=password] {
|
|||
padding-top: 35px; /* topbar */
|
||||
}
|
||||
#sidebar form {
|
||||
padding-left: 5px;
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
.nav-pills > li > a {
|
||||
border-radius: 0;
|
||||
}
|
||||
.content {
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue