Floatbug im HTML Menü beheben.
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 14 Feb 2013 12:06:38 +0000 (13:06 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 14 Feb 2013 12:06:38 +0000 (13:06 +0100)
float:clear wirkt global sofern man nicht einen Block Formatting Context
erzwingt. Genau das tut overflow: hidden; (CSS ist so bekloppt...)

css/kivitendo/jquery-ui.custom.css
css/lx-office-erp/jquery-ui.custom.css

index e9dae4f..e5e6f29 100644 (file)
@@ -9,6 +9,7 @@
   color: #333333;
   font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
   font-size: 1.1em;
+  overflow: hidden;
 }
 
 .tabwidget ul {
index e4c151c..c9559f2 100644 (file)
@@ -9,6 +9,7 @@
   color: #000000;
   font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
   font-size: 1.1em;
+  overflow: hidden;
 }
 
 .tabwidget ul {