alecpl
2010-12-11 b8793fdb990c8344224bb2d7690a9206c618c2b1
- Use monospace font in signature textarea


2 files modified
7 ■■■■ changed files
skins/default/settings.css 5 ●●●●● patch | view | raw | blame | history
skins/default/templates/identityedit.html 2 ●●● patch | view | raw | blame | history
skins/default/settings.css
@@ -157,3 +157,8 @@
  right: 6px;
  z-index: 101;
}
#rcmfd_signature
{
  font-family: monospace;
}
skins/default/templates/identityedit.html
@@ -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" />