From cb5b818f33a0c6a59b367a35d5447ec54e86acd5 Mon Sep 17 00:00:00 2001 From: HansPinckaers Date: Thu, 7 Apr 2011 13:41:07 +0200 Subject: [PATCH] editor now always showing up on internet explorer 6 --- static/css/pad_lite.css | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index e232ec85b..d41f29a5c 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -290,17 +290,14 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } right: 38px; top: 5px; display: none; } #editorcontainerbox { - border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; -/* border-bottom: 1px solid #c4c4c4;*/ - background: #fff; - bottom:0; - left:0; - overflow: hidden; - position: absolute; - right: 0; - top: 36px; +/* border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; +/* border-bottom: 1px solid #c4c4c4;*!/ + + */ + position: relative; + height: 100%; + top: 38px; zoom: 1; - z-index: 11; } #editorcontainer { height: 100%; }