mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
3596892001
Remove all top/bottom margins from buttons and apply to GridFieldButtonRow component. Ensure that all buttons are added to a suitable GridFieldButtonRow in ModelAdmin, SecurityAdmin and Group.
4 lines
168 B
Scheme
4 lines
168 B
Scheme
<div class="ss-gridfield-buttonrow ss-gridfield-buttonrow-{$TargetFragmentName}">
|
|
<div class="left">$LeftFragment</div>
|
|
<div class="right">$RightFragment</div>
|
|
</div> |