summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-06-28 15:58:02 +0200
committerAleksander Machniak <alec@alec.pl>2014-06-28 15:58:02 +0200
commitc3bb0d32a52687865f78816d4a88292d72803e73 (patch)
treed6683017e38038314cbc8ca92462d90b4289130a /skins
parentab985fdaede17b312550651271d0fc7217015204 (diff)
Some more css improvements
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/common.css8
-rw-r--r--skins/larry/mail.css2
2 files changed, 6 insertions, 4 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css
index 6e9986165..d28f2871c 100644
--- a/skins/classic/common.css
+++ b/skins/classic/common.css
@@ -20,12 +20,16 @@ body.extwin
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 dfda7f4f3..9a700416f 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1475,8 +1475,6 @@ div.message-partheaders .headers-table td.header {
.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 {