From ff110648f985c588f00a106b34c4f53f0ef26fd3 Mon Sep 17 00:00:00 2001 From: bshuttle Date: Sun, 12 Mar 2006 10:47:25 +0000 Subject: [PATCH] Fix for aberrant behaviour of new dashboard on IE. --- resources/css/kt-framing.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index b680167..4596287 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -786,22 +786,26 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes /* dashboard blocks. */ #dashboard-container-left { + clear: left; width: 45%; - padding-right: 2em; + margin-top: 0; + margin-left: 0; + margin-right: 2em; float: left; - padding-bottom: 2em; + margin-bottom: 2em; + } #dashboard-container-right { width: 45%; - padding-right: 2em; + margin-top: 0; + margin-left: 0; + margin-right: 2em; float: left; - padding-bottom: 2em; + margin-bottom: 2em; } .dashboard_block { - float: left; - position: relative; width: 100%; padding-top: 2em; } -- libgit2 0.21.4