Thomas Bruederli
2012-10-02 92de1c8f54359f83faa2e7cb377c62fd8915ef11
Force fonts in compose fields to be all the same (#1488690)
2 files modified
3 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/larry/mail.css 2 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Force fonts in compose fields to be all the same (#1488690)
- Add full headers view in message preview window (#1488538)
- Fix message display page issues (#1488590, #1488642)
- Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
skins/larry/mail.css
@@ -1155,6 +1155,8 @@
.compose-headers td input {
    width: 100%;
    resize: none;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {