css fixes für font-size und spacing
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 11 Sep 2012 09:59:04 +0000 (11:59 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:57:04 +0000 (15:57 +0200)
css/lx-office-erp/frame_header/header.css
css/lx-office-erp/menu.css

index cfd5ddc..470a89a 100644 (file)
@@ -17,6 +17,8 @@
   overflow: hidden;
   width: 100%;
   border-spacing: 0;
+  font-size: 12px;
+  margin-bottom:10px;
 }
 
 #frame-header .frame-header-left {
index 6bdde9a..812999a 100644 (file)
@@ -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; }