Form submit message UI

This commit is contained in:
David Benque 2022-12-12 11:56:43 +00:00
parent 7563fc3d92
commit 3d9ec26fcb
2 changed files with 13 additions and 8 deletions

View File

@ -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;

View File

@ -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'),