From b81e5d4d1703723898e547faec4b6f7179c539d9 Mon Sep 17 00:00:00 2001 From: larsz Date: Sun, 15 Jan 2012 23:20:26 +0200 Subject: [PATCH] added styles to options in custom selects (related to issue #28) --- web/css/main.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/web/css/main.css b/web/css/main.css index 1679342e..b71885a1 100644 --- a/web/css/main.css +++ b/web/css/main.css @@ -1584,10 +1584,14 @@ input::-moz-focus-inner{ background-color:#FFFFCB; } .b-new-entry select.styled{ - top:10px; + top:0; } .b-new-entry option{ - font:14px arial,sans-serif; + padding:5px 5px 5px 8px; + font-family:Arial, Helvetica, sans-serif; + font-size:14px; + font-weight:bold; + color:#555; } .b-new-entry .form-options-group{}