mirror of
https://github.com/symbiote/silverstripe-gridfieldextensions.git
synced 2024-10-22 17:05:39 +02:00
FIX Minor UX tweak to add new multi class button, removing empty space and padding
This commit is contained in:
parent
40ed8c7f49
commit
e95182d591
@ -83,6 +83,10 @@
|
||||
margin: 0 4px 0 0;
|
||||
}
|
||||
|
||||
.ss-gridfield-add-new-multi-class .form-group {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.cms-edit-form:not(.AssetAdmin) .ss-gridfield-add-new-multi-class .form-group .form__field-holder {
|
||||
display: inline;
|
||||
padding: 0;
|
||||
|
@ -1,7 +1,5 @@
|
||||
<div class="ss-gridfield-add-new-multi-class">
|
||||
$ClassField.FieldHolder
|
||||
|
||||
<a href="#" data-href="$Link" data-add-multiclass class="btn btn-primary font-icon-plus btn__addnewmulticlass" data-icon="add">
|
||||
$Title
|
||||
</a>
|
||||
<a href="#" data-href="$Link" data-add-multiclass class="btn btn-primary font-icon-plus btn__addnewmulticlass" data-icon="add">$Title</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user