MINOR:SSF-53 changed export to CSV icon to use the button-icon sprite.

This commit is contained in:
jbridson 2012-03-07 09:44:48 +13:00
parent 58309cb2ec
commit 301c6801a4
2 changed files with 3 additions and 3 deletions

View File

@ -488,7 +488,7 @@ form.small .cms-file-info-data .field .middleColumn { margin-left: 120px; }
/** -------------------------------------------- Users Members Admin -------------------------------------------- */
.members_grid p button#action_export { margin-top: 16px; }
.members_grid p button#action_export span.btn-icon-exportlist { background: url(../images/btn-icon/download-csv.png) no-repeat 0px 0px; height: 20px; }
.members_grid p button#action_export span.btn-icon-exportlist { background: url(../images/btn-icon-se62d8b345b.png) no-repeat 0px -216px; height: 17px; }
.members_grid p button#action_export span.ui-button-text { padding-left: 27px; }
/** This file defines the jstree base styling (see http://jstree.com), as well as any customizations (see bottom of file). The styles are usually added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree. */

View File

@ -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;