From c3bb0d32a52687865f78816d4a88292d72803e73 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 28 Jun 2014 15:58:02 +0200 Subject: Some more css improvements --- skins/classic/common.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'skins/classic') 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; -- cgit v1.2.3