ENHANCEMENT:SSF-53 - hid the find button from the link existing member field on users groups.

This commit is contained in:
jbridson 2012-03-08 16:28:45 +13:00
parent 292bd79b82
commit bd85d038af
2 changed files with 12 additions and 10 deletions

View File

@ -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; }

View File

@ -1344,15 +1344,16 @@ form.small {
* -------------------------------------------- */
.members_grid {
p {
button#action_export {
margin-top:$grid-y*2;
span.btn-icon-download-csv {
height:$grid-y*2 + 1;
}
span.ui-button-text {
padding-left:$grid-x*3 + 3;
}
}
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;
}
span.ui-button-text {
padding-left:$grid-x*3 + 3;
}
}
}