Increase height of signature editor

This commit is contained in:
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; }