From 089b087c2863bed63302a36591e5c4678b29b466 Mon Sep 17 00:00:00 2001 From: David Terei Date: Thu, 18 Aug 2011 17:14:15 -0700 Subject: Fix CSS issue with info table not being contained in module header --- html/Classic.theme/xhaddock.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/html/Classic.theme/xhaddock.css b/html/Classic.theme/xhaddock.css index 1287ac53..d6b58d22 100644 --- a/html/Classic.theme/xhaddock.css +++ b/html/Classic.theme/xhaddock.css @@ -156,6 +156,12 @@ div#style-menu-holder { } #module-header { + overflow: hidden; /* makes sure info float is properly contained */ + display: inline-block; /* triggers hasLayout in IE*/ +} + +#module-header { + display: block; /* back to block */ background-color: #0077dd; padding: 5px; } -- cgit v1.2.3