mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR:SSF-53 changed export to CSV icon to use the button-icon sprite.
This commit is contained in:
parent
58309cb2ec
commit
301c6801a4
@ -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. */
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user