port sidebar css over from classic to flat

pull/1463/head
Isaac Connor 2016-05-06 15:30:10 -04:00
parent fb1b8000ec
commit f4df9e053d
1 changed files with 21 additions and 0 deletions

View File

@ -491,5 +491,26 @@ input[type=submit]:disabled {
background-color: #f2f2f2;
}
.sidebar {
position: fixed;
top: 51px;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 20px;
overflow-x: hidden;
overflow-y: auto;
background-color: #f5f5f5;
border-right: 1px solid #eeeeee;
}
.sidebar ul {
margin-right: -21px;
margin-bottom: 20px;
margin-left: -20px;
}