From c3bb0d32a52687865f78816d4a88292d72803e73 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 28 Jun 2014 09:58:02 -0400 Subject: [PATCH] Some more css improvements --- skins/classic/common.css | 8 ++++++-- skins/larry/mail.css | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/skins/classic/common.css b/skins/classic/common.css index 6e99861..d28f287 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -20,12 +20,16 @@ margin: 10px; } -select, input, textarea +select, input, textarea, button { - font-size: 12px; + font-size: inherit; font-family: inherit; } +html.mozilla select { + padding: 2px 1px; +} + th { font-weight: normal; diff --git a/skins/larry/mail.css b/skins/larry/mail.css index dfda7f4..9a70041 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1475,8 +1475,6 @@ .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