diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-11 08:02:40 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-12-11 08:02:40 +0000 |
| commit | 4213473b32453353ad209fff0e403c6e2fbc9ac0 (patch) | |
| tree | 896b30d7f6074c7d7361f0787c87b7ece9eeb769 | |
| parent | 176cf69d2498fa26114bf676f73eab2c1357705e (diff) | |
- Use monospace font in signature textarea
git-svn-id: https://svn.roundcube.net/trunk@4339 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 5 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/identityedit.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index c8d7d3f13..52e5277be 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -157,3 +157,8 @@ body.iframe, right: 6px; z-index: 101; } + +#rcmfd_signature +{ + font-family: monospace; +} diff --git a/roundcubemail/skins/default/templates/identityedit.html b/roundcubemail/skins/default/templates/identityedit.html index 24c37a629..45c68f1ad 100644 --- a/roundcubemail/skins/default/templates/identityedit.html +++ b/roundcubemail/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" /> |
