Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
ansuz 4 years ago
commit 14949235c9

@ -177,7 +177,8 @@
.cp-form-creator-add-full {
display: flex;
flex-flow: column;
margin: 20px 0px 100px 0px;
margin: 20px 0px 0px 0px;
padding-bottom: 100px;
&> div:first-child {
display: flex;
height: 100%;
@ -224,7 +225,8 @@
.cp-form-send-container {
text-align: center;
margin: 50px auto 100px auto;
margin: 50px auto 0px auto;
padding-bottom: 100px;
button {
&:not(:last-child) {
margin-right: 10px;

@ -1931,7 +1931,7 @@ define([
return h('div.cp-form-send-container', [
invalid,
cbox ? h('div.cp-form-anon-answer', cbox) : undefined,
send, reset
reset, send
]);
};
var updateForm = function (framework, content, editable, answers, temp) {

Loading…
Cancel
Save