Add styling to .sidebar

This commit is contained in:
Kyle Johnson 2015-01-21 10:21:41 -05:00
parent f45479cb8b
commit 3847eba14d
1 changed files with 11 additions and 0 deletions

View File

@ -436,3 +436,14 @@ th.table-th-sort-rev span.table-th-sort-span {
width: 174px;
left: 5px;
}
.sidebar {
position: fixed;
top: 51px;
bottom: 0px;
left: 0px;
z-index: 1000;
display: block;
background-color: #F5F5F5;
border-right: 1px solid #EEE;
}