From: Sven Schöling Date: Tue, 11 Sep 2012 09:59:04 +0000 (+0200) Subject: css fixes für font-size und spacing X-Git-Tag: release-3.0.0beta1~185 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c81261101682106fb5aa240acdaa61c48a7f3363;p=kivitendo-erp.git css fixes für font-size und spacing --- 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; }