From 8bb02f4074e9676138ef185def25e5a5b647d25a Mon Sep 17 00:00:00 2001 From: HansPinckaers Date: Thu, 7 Apr 2011 14:07:53 +0200 Subject: [PATCH] trying to fix ie --- static/css/pad_lite.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index d41f29a5..d971a540 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -294,13 +294,17 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } /* border-bottom: 1px solid #c4c4c4;*!/ */ - position: relative; + position: absolute; height: 100%; - top: 38px; + width: 100%; zoom: 1; + overflow: hidden; } -#editorcontainer { height: 100%; } +#editorcontainer { + height: 100%; + padding-top: 36px; +} #editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }