diff --git a/www/form/app-form.less b/www/form/app-form.less index d09173b63..78d0f7665 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -255,12 +255,6 @@ } } } - - .cp-form-response-msg-container button { - white-space: initial; - line-height: 25px; - padding: 5.5px 6px; - } } div.cp-form-filler-container { width: 300px; @@ -409,7 +403,7 @@ display: flex; flex-flow: column; margin: 20px 0px 0px 0px; - padding-bottom: 100px; + padding-bottom: 75px; &> div:first-child { display: flex; height: 100%; @@ -454,6 +448,17 @@ } } } + .cp-form-response-msg-container { + padding-bottom: 75px; + button { + white-space: initial; + line-height: 25px; + padding: 5.5px 6px; + } + .cp-form-response-msg-hint { + color: @cryptpad_color_link; + } + } .cp-form-send-container { text-align: center; diff --git a/www/form/inner.js b/www/form/inner.js index 3279ceb9c..cebbf887a 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -5042,7 +5042,7 @@ define([ APP.getResponseMsgEditor = function (focus) { var t = h('textarea'); - var p = h('p', Messages.form_responseMsg); + var p = h('p.cp-form-response-msg-hint', Messages.form_responseMsg); var preview = h('button.btn.btn-default.cp-form-preview-button',[ h('i.fa.fa-eye'),