mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Increase height of signature editor
This commit is contained in:
@@ -221,14 +221,14 @@ P.infoMessage#passwordError
|
||||
left: 10px;
|
||||
width: auto !important;
|
||||
right: 10px;
|
||||
top: 50px; }
|
||||
top: 0px; }
|
||||
|
||||
#cke_signature, #cke_signature div
|
||||
{ padding: 0px; }
|
||||
|
||||
#signature
|
||||
{ width: 100%;
|
||||
height: 90px;
|
||||
height: 170px;
|
||||
margin: 0px auto;
|
||||
margin-bottom: 10px; }
|
||||
|
||||
|
||||
@@ -591,7 +591,7 @@ function onMailIdentitySignatureClick(event) {
|
||||
|
||||
if ($("composeMessagesType").value != 0) {
|
||||
CKEDITOR.replace('signature',
|
||||
{ height: "70px",
|
||||
{ height: "150px",
|
||||
toolbar: [['Bold', 'Italic', '-', 'Link',
|
||||
'Font','FontSize','-','TextColor',
|
||||
'BGColor']
|
||||
|
||||
Reference in New Issue
Block a user