Skip to content

Commit

Permalink
MINOR:SSF-53 changed export to CSV icon to use the button-icon sprite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbridson committed Mar 6, 2012
1 parent 58309cb commit 301c680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions admin/scss/_style.scss
Expand Up @@ -1321,8 +1321,8 @@ form.small {
button#action_export {
margin-top:$grid-y*2;
span.btn-icon-exportlist {
@include background (url(../images/btn-icon/download-csv.png) no-repeat 0px 0px);
height:$grid-y*2 + 4;
@include background (url(../images/btn-icon-se62d8b345b.png) no-repeat 0px -216px);
height:$grid-y*2 + 1;
}
span.ui-button-text {
padding-left:$grid-x*3 + 3;
Expand Down

0 comments on commit 301c680

Please sign in to comment.