Increase height of signature editor

pull/17/head
Francis Lachapelle 2014-01-08 15:02:41 -05:00
parent 80fd439dea
commit d51e1da57f
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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']