From bd08a875a7b3258731a3fcc54cf6fcb942ec845b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 14 Feb 2013 13:06:38 +0100 Subject: [PATCH] =?utf8?q?Floatbug=20im=20HTML=20Men=C3=BC=20beheben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 | 1 + css/lx-office-erp/jquery-ui.custom.css | 1 + 2 files changed, 2 insertions(+) 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 { -- 2.20.1