From c81261101682106fb5aa240acdaa61c48a7f3363 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 11 Sep 2012 11:59:04 +0200 Subject: [PATCH] =?utf8?q?css=20fixes=20f=C3=BCr=20font-size=20und=20spaci?= =?utf8?q?ng?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/lx-office-erp/frame_header/header.css | 2 ++ css/lx-office-erp/menu.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/lx-office-erp/frame_header/header.css b/css/lx-office-erp/frame_header/header.css index cfd5ddcac..470a89a25 100644 --- a/css/lx-office-erp/frame_header/header.css +++ b/css/lx-office-erp/frame_header/header.css @@ -17,6 +17,8 @@ overflow: hidden; width: 100%; border-spacing: 0; + font-size: 12px; + margin-bottom:10px; } #frame-header .frame-header-left { diff --git a/css/lx-office-erp/menu.css b/css/lx-office-erp/menu.css index 6bdde9a15..812999ae1 100644 --- a/css/lx-office-erp/menu.css +++ b/css/lx-office-erp/menu.css @@ -295,7 +295,7 @@ div#menuv4 li li li li:hover ul each line is a mi (menuitem) and has one mii (menu-item-icon) whcih is ms (menu-spacer) and one mic (menu-item-chunk) indenting is done with the levels s0, s1, s2 */ -#html-menu { float:left; width: 183px; } +#html-menu { float:left; width: 183px; font-size: 8pt } #html-menu div.mi { margin-top: 4px; margin-bottom: 3px; white-space: nowrap; clear:both; position:relative; } #html-menu div.sm { font-weight: bold } #html-menu img { vertical-align: top; border: 0; } -- 2.20.1