Skip to content

Commit

Permalink
ENHANCEMENT:changed gallery icon to an edit icon for assetAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bridson committed May 1, 2012
1 parent dcdb0b4 commit a895d0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions css/screen.css

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

Binary file modified images/content-header-tabs-sprite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions scss/_AssetAdmin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
background:url(../images/content-header-tabs-sprite.png) no-repeat 2px 0px;
}
&.content-galleryview {
background:url(../images/content-header-tabs-sprite.png) no-repeat -87px 0px;
background:url(../images/content-header-tabs-sprite.png) no-repeat -160px 0px;
}
&.content-listview {
background:url(../images/content-header-tabs-sprite.png) no-repeat -38px 0px;
background:url(../images/content-header-tabs-sprite.png) no-repeat -39px 0px;
}
}
}
Expand All @@ -41,10 +41,10 @@

a {
&.content-treeview {
background:url(../images/content-header-tabs-sprite.png) no-repeat 2px -40px;
background:url(../images/content-header-tabs-sprite.png) no-repeat 1px -40px;
}
&.content-galleryview {
background:url(../images/content-header-tabs-sprite.png) no-repeat -87px -40px;
background:url(../images/content-header-tabs-sprite.png) no-repeat -161px -40px;
}
&.content-listview {
background:url(../images/content-header-tabs-sprite.png) no-repeat -38px -40px;
Expand Down

0 comments on commit a895d0b

Please sign in to comment.