From 50d0f2d648f2eed84563042d5b83504092fd9807 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Tue, 02 Oct 2012 10:35:52 -0400
Subject: [PATCH] Force fonts in compose fields to be all the same (#1488690)

---
 CHANGELOG            |    1 +
 skins/larry/mail.css |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index b19c5a3..155e443 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+- Force fonts in compose fields to be all the same (#1488690)
 - Fix handling vCard entries with TEL;TYPE=CELL (#1488728)
 - Integrated zipdownload plugin to download all attachments (#1445509)
 - Fix HTML special characters handling in message list/header display (#1488523)
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 53b3410..a275663 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1217,6 +1217,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 {

--
Gitblit v1.9.1