From: Sven Schöling Date: Thu, 14 Feb 2013 12:06:38 +0000 (+0100) Subject: Floatbug im HTML Menü beheben. X-Git-Tag: release-3.1.0beta1~614 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=bd08a875a7b3258731a3fcc54cf6fcb942ec845b;p=kivitendo-erp.git Floatbug im HTML Menü beheben. float:clear wirkt global sofern man nicht einen Block Formatting Context erzwingt. Genau das tut overflow: hidden; (CSS ist so bekloppt...) --- diff --git a/css/kivitendo/jquery-ui.custom.css b/css/kivitendo/jquery-ui.custom.css index e9dae4f10..e5e6f2950 100644 --- a/css/kivitendo/jquery-ui.custom.css +++ b/css/kivitendo/jquery-ui.custom.css @@ -9,6 +9,7 @@ color: #333333; font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; + overflow: hidden; } .tabwidget ul { diff --git a/css/lx-office-erp/jquery-ui.custom.css b/css/lx-office-erp/jquery-ui.custom.css index e4c151cf0..c9559f21f 100644 --- a/css/lx-office-erp/jquery-ui.custom.css +++ b/css/lx-office-erp/jquery-ui.custom.css @@ -9,6 +9,7 @@ color: #000000; font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; + overflow: hidden; } .tabwidget ul {