- Use monospace font in signature textarea

release-0.6
alecpl 14 years ago
parent 0da9021f5a
commit b8793fdb99

@ -157,3 +157,8 @@ body.iframe,
right: 6px;
z-index: 101;
}
#rcmfd_signature
{
font-family: monospace;
}

@ -40,7 +40,7 @@
<div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
<div class="boxcontent">
<roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" />
<roundcube:object name="identityform" size="40" textareacols="70" textarearows="6" />
<p>
<roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" style="margin-right:0.5em" />
<roundcube:button command="save" type="input" class="button mainaction" label="save" />

Loading…
Cancel
Save