From 2cefc2b36df66ebaaf755d7a8049183ea6d41e7f Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 3 Jul 2017 08:54:02 +0200 Subject: [PATCH] groessere Schrift fuers Seitenmenue 0.75rem sieht (hier) gut aus bei unter 0.72rem wuerde "unbeantw. Beitraege" in eine Zeile passen ... --- theme/stylesheet.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 09ad532..f2aad88 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -242,11 +242,27 @@ url("./images/icon_post_quote.gif") padding: 0.1em 0.2em; text-transform: uppercase; width: 80%; -border-radius: 3px; + border-radius: 3px; + font-size: 0.8rem; } - +.menusubitem { + -moz-border-bottom-colors: none; + -moz-border-left-colors: none; + -moz-border-right-colors: none; + -moz-border-top-colors: none; + /* background-color: #f0f0f0; */ + border-color: #d0d0d0 #d0d0d0 #d0d0d0 #dd0d0d0; + border-image: none; + border-style: solid; + color: #000000; + margin: 0.5em 0.2em 0; + padding: 0.1em 0.2em; + border-radius: 3px; + width: 80%; + font-size: 0.75rem; +} -- 2.39.2