Skip to content

Commit

Permalink
Merge pull request #22 from jasonheckman/dev
Browse files Browse the repository at this point in the history
*7418* Part 2 - Adapt accordions based on Evoke's work
  • Loading branch information
beghelli committed May 17, 2012
2 parents 2b65752 + c7aed50 commit 8624844
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/sprites.less
Expand Up @@ -167,6 +167,12 @@ a.sprite {
&.expand_all:before { margin-right:4px; background-position: -1440px 0; }
&.expand_all:hover:before { background-position: -1440px -24px; }

&.expanded:before { margin-right:4px; background-position: -1464px 0; }
&.expanded:hover:before { background-position: -1464px -24px; }

&.collapsed:before { margin-right:4px; background-position: -1488px 0; }
&.collapsed:hover:before { background-position: -1488px -24px; }

}

/**
Expand Down
Binary file modified templates/images/structure/sprites.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8624844

Please sign in to comment.