MINOR:SSF-53 changed the class of export to csv icon in scss.

This commit is contained in:
jbridson 2012-03-07 15:33:15 +13:00
parent ecb7d92471
commit 4590436779
2 changed files with 2 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 { height: 17px; }
.members_grid p button#action_export span.btn-icon-download-csv { 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

@ -1386,7 +1386,7 @@ form.small {
p {
button#action_export {
margin-top:$grid-y*2;
span.btn-icon-exportlist {
span.btn-icon-download-csv {
height:$grid-y*2 + 1;
}
span.ui-button-text {