FIX: Move bookmark modal buttons into modal-footer (#14072)
This commit is contained in:
parent
560c13211a
commit
cd38ec2a4d
|
@ -47,7 +47,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<div class="modal-footer control-group">
|
||||
{{d-button id="save-bookmark" label="bookmarks.save" class="btn-primary" action=(action "saveAndClose")}}
|
||||
{{d-modal-cancel close=(action "closeWithoutSavingBookmark")}}
|
||||
{{#if showDelete}}
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
box-sizing: border-box;
|
||||
min-width: 310px;
|
||||
}
|
||||
.modal-footer {
|
||||
margin: 0;
|
||||
border-top: 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.modal-body {
|
||||
width: 375px;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in New Issue