mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR:SSF-53 changed the class of export to csv icon in scss.
This commit is contained in:
parent
ecb7d92471
commit
4590436779
@ -500,7 +500,7 @@ form.small .cms-file-info-data .field .middleColumn { margin-left: 120px; }
|
|||||||
|
|
||||||
/** -------------------------------------------- Users Members Admin -------------------------------------------- */
|
/** -------------------------------------------- Users Members Admin -------------------------------------------- */
|
||||||
.members_grid p button#action_export { margin-top: 16px; }
|
.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; }
|
.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. */
|
/** 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. */
|
||||||
|
@ -1386,7 +1386,7 @@ form.small {
|
|||||||
p {
|
p {
|
||||||
button#action_export {
|
button#action_export {
|
||||||
margin-top:$grid-y*2;
|
margin-top:$grid-y*2;
|
||||||
span.btn-icon-exportlist {
|
span.btn-icon-download-csv {
|
||||||
height:$grid-y*2 + 1;
|
height:$grid-y*2 + 1;
|
||||||
}
|
}
|
||||||
span.ui-button-text {
|
span.ui-button-text {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user