MINOR:SSF-53 corrected the icon styling on export to csv button - properly implemented the compass sprite.

This commit is contained in:
jbridson 2012-03-07 15:29:33 +13:00
parent 4794195b25
commit ecb7d92471
2 changed files with 1 additions and 2 deletions

View File

@ -500,7 +500,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-se62d8b345b.png) no-repeat 0px -216px; height: 17px; }
.members_grid p button#action_export span.btn-icon-exportlist { 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

@ -1387,7 +1387,6 @@ form.small {
button#action_export {
margin-top:$grid-y*2;
span.btn-icon-exportlist {
@include background (url(../images/btn-icon-se62d8b345b.png) no-repeat 0px -216px);
height:$grid-y*2 + 1;
}
span.ui-button-text {