mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ENHANCEMENT:SSF-53 - hid the find button from the link existing member field on users groups.
This commit is contained in:
parent
292bd79b82
commit
bd85d038af
@ -491,6 +491,7 @@ form.small .cms-file-info-data .field label { width: 112px; }
|
||||
form.small .cms-file-info-data .field .middleColumn { margin-left: 120px; }
|
||||
|
||||
/** -------------------------------------------- Users Members Admin -------------------------------------------- */
|
||||
.members_grid span button#action_gridfield_relationfind { display: none; }
|
||||
.members_grid p button#action_export { margin-top: 16px; }
|
||||
.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; }
|
||||
|
@ -1344,8 +1344,10 @@ form.small {
|
||||
* -------------------------------------------- */
|
||||
|
||||
.members_grid {
|
||||
p {
|
||||
button#action_export {
|
||||
span button#action_gridfield_relationfind {
|
||||
display:none;
|
||||
}
|
||||
p button#action_export {
|
||||
margin-top:$grid-y*2;
|
||||
span.btn-icon-download-csv {
|
||||
height:$grid-y*2 + 1;
|
||||
@ -1354,5 +1356,4 @@ form.small {
|
||||
padding-left:$grid-x*3 + 3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user