From 51c4aff54bd4801a204904457262505e2c97d8c3 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Tue, 12 Jul 2011 16:11:40 +0100 Subject: [PATCH] Fixed CSS Bugs in webkit and IE. thx @johnyma22 --- static/css/pad_ie_lite.css | 5 +++-- static/css/pad_lite.css | 8 +++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/static/css/pad_ie_lite.css b/static/css/pad_ie_lite.css index d9ece8bd..ed160c9e 100644 --- a/static/css/pad_ie_lite.css +++ b/static/css/pad_ie_lite.css @@ -8,8 +8,9 @@ zoom: 1; #editorcontainerbox { -position: relative; -top: 1px; +/*position: relative;*/ +position:absolute; +top: 37px; padding-top: 37px; } #editorcontainer diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index b3243380..5943905b 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -6,6 +6,7 @@ html { font-size: 62.5%; } body { background: #fff;} body, textarea { font-family: Helvetica, Arial, sans-serif; } +iframe {position:absolute;} #users { @@ -154,7 +155,12 @@ a img #editorloadingbox { padding-top: 100px; padding-bottom: 100px; font-size: 2.5em; color: #aaa; text-align: center; position: absolute; width: 100%; height: 30px; z-index: 100; } - +#editorcontainerbox{ + position:absolute; + bottom:0; + top:0; + width:100%; +} /**