Layout of broadcast send buttons

pull/1/head
David Benqué 4 years ago
parent 526a369940
commit cdf801b857

@ -201,8 +201,11 @@
.cp-admin-broadcast-form { .cp-admin-broadcast-form {
margin-top: 30px; margin-top: 30px;
& > button:last-child { .cp-broadcast-form-submit {
margin-top: 30px !important; margin-top: 30px;
button {
margin-bottom: 10px !important;
}
} }
.cp-broadcast-container { .cp-broadcast-container {
display: flex; display: flex;

@ -1161,8 +1161,11 @@ define([
h('label', Messages.broadcast_translations), h('label', Messages.broadcast_translations),
h('div.cp-broadcast-languages', boxes), h('div.cp-broadcast-languages', boxes),
container, container,
button, h('div.cp-broadcast-form-submit', [
noFallbackBtn noFallbackBtn,
h('br'),
button
])
]); ]);
})(); })();
return; return;
@ -1213,8 +1216,10 @@ define([
h('label', Messages.broadcast_end), h('label', Messages.broadcast_end),
end, end,
h('br'), h('br'),
button, h('div.cp-broadcast-form-submit', [
preview button,
preview
])
]); ]);
})(); })();
return; return;
@ -1242,8 +1247,10 @@ define([
$form.append([ $form.append([
$cbox[0], $cbox[0],
h('br'), h('br'),
button, h('div.cp-broadcast-form-submit', [
preview button,
preview
])
]); ]);
})(); })();
return; return;
@ -1272,8 +1279,10 @@ define([
label, label,
input, input,
h('br'), h('br'),
button, h('div.cp-broadcast-form-submit', [
preview button,
preview
])
]); ]);
})(); })();
return; return;

Loading…
Cancel
Save