silverstripe-framework/templates/Includes/GridFieldButtonRow.ss
Ingo Schommer 7dd224d2a4 Made GridField font size settings less cryptic
Instead of applying it to generic alignment classes like
"left" and "right", make it clear that those are targeted
at all contents of the button row.
2012-12-13 10:34:13 +01:00

4 lines
145 B
Scheme

<div class="addNewGridFieldButton ss-gridfield-buttonrow">
<div class="left">$LeftFragment</div>
<div class="right">$RightFragment</div>
</div>