From 89e78ed9be82f9ace6e649aa68a25f76061a8121 Mon Sep 17 00:00:00 2001 From: HansPinckaers Date: Fri, 8 Apr 2011 12:20:26 +0200 Subject: [PATCH] IE scrollbar and disappearing editor fixed. Still no background beneave userlist and embed though --- static/css/pad_ie_lite.css | 38 ++++++++++++++++++++++++++++++++++++++ static/css/pad_lite.css | 6 ++++-- static/padhtml | 7 +++++-- 3 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 static/css/pad_ie_lite.css diff --git a/static/css/pad_ie_lite.css b/static/css/pad_ie_lite.css new file mode 100644 index 00000000..d9ece8bd --- /dev/null +++ b/static/css/pad_ie_lite.css @@ -0,0 +1,38 @@ +#users, #embed +{ +background:transparent; +filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000070,endColorstr=#00000070); +zoom: 1; +} + + +#editorcontainerbox +{ +position: relative; +top: 1px; +padding-top: 37px; +} +#editorcontainer +{ + position: absolute; + + width: 100%; + + top: 0px; + left: 0px; + bottom: 0px; + + z-index: 1; + + overflow: hidden; +} + +#editorcontainer iframe { + height: 100%; + width: 100%; + padding-bottom: 37px; + margin: 0; +} + +#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; } diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index e40a7cb2..354bce67 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -10,14 +10,14 @@ body, textarea { font-family: Helvetica, Arial, sans-serif; } #users { position: absolute; - z-index: 3; + z-index: 10; + background-color: #000; background-color: rgba(0,0,0,0.7); width: 160px; right: 4px; top: 40px; color: #fff; padding: 5px; - -moz-border-radius: 6px; border-radius: 6px; } @@ -104,6 +104,7 @@ a img { border: inherit; background: inherit; + visibility:hidden; } #editbar ul li a { @@ -1099,6 +1100,7 @@ right: 5px; z-index: 500; background-color: #000; color: white; +background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.7); padding: 10px; -moz-border-radius: 6px; diff --git a/static/padhtml b/static/padhtml index 88279dfc..6bb0c934 100644 --- a/static/padhtml +++ b/static/padhtml @@ -10,6 +10,9 @@ +