update with changes from Production branch
This commit is contained in:
28
app/assets/stylesheets/sidebar.css
Normal file
28
app/assets/stylesheets/sidebar.css
Normal file
@@ -0,0 +1,28 @@
|
||||
.affix-top,.affix{
|
||||
position: static;
|
||||
}
|
||||
|
||||
#bootstrap-sidebar {
|
||||
background-color: #eee;
|
||||
border: 1px solid #bbb;
|
||||
border-radius: 5px;
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
#bootstrap-sidebar li a:hover {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
#bootstrap-sidebar li.active {
|
||||
border:0 #666 solid;
|
||||
border-right-width:4px;
|
||||
}
|
||||
|
||||
@media (min-width: 979px) {
|
||||
#bootstrap-sidebar.affix-top, #bootstrap-sidebar.affix {
|
||||
position: fixed;
|
||||
top:90px;
|
||||
width:228px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user