Skip to content

Commit

Permalink
By Class and By Group sidebars now sroll
Browse files Browse the repository at this point in the history
  • Loading branch information
reinh authored and Rein Henrichs committed Apr 22, 2010
1 parent d294d86 commit 0bb51b4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ button:active, a.button:hover {
border-radius: .2em;
}

#content #sidebar .group .active a {
background: #e2edf5;
}

#content #sidebar .group h3 {
color: #444;
font-size: 14px;
Expand Down Expand Up @@ -125,15 +121,22 @@ button:active, a.button:hover {
}

#content #sidebar .group ul {
max-height: 20em;
overflow: auto;
border-top: 1px solid #D8D8D8;
}

#content #sidebar .group ul li {
padding: .25em .5em;
position: relative;
}

#content #sidebar .group ul li.active {
background: #e2edf5;
}


#content #sidebar .group ul li a {
padding: .25em .5em;
display: block;
}

Expand Down

0 comments on commit 0bb51b4

Please sign in to comment.