silverstripe-framework/templates/SilverStripe/Forms/GridField/GridFieldButtonRow.ss
Paul Clarke 7b90ee137d Enhancement resize icon to sit inline and increase size of search icon and Upload icon
Enhancement remove float from buttons as already aligned inline
Enhancement Align buttons in toolbar more consistently
API remove ui overrides
API ss-ui-button no longer exists so styles where not seen, removed nesting
2017-01-10 10:51:07 +13:00

5 lines
201 B
Scheme

<div class="toolbar--content ss-gridfield-buttonrow ss-gridfield-buttonrow-{$TargetFragmentName}">
<div class="pull-xs-right">$RightFragment</div>
<div class="btn-toolbar">$LeftFragment</div>
</div>