From 167c15085fbd799a180ce36339aa20ceb22fa84a Mon Sep 17 00:00:00 2001 From: devjin Date: Tue, 21 Feb 2012 08:55:14 +0000 Subject: [PATCH] issue 1350 fixed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10163 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/css/default.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/editor/skins/xpresseditor/css/default.css b/modules/editor/skins/xpresseditor/css/default.css index 7ec2f7de5..29d8e5543 100644 --- a/modules/editor/skins/xpresseditor/css/default.css +++ b/modules/editor/skins/xpresseditor/css/default.css @@ -17,7 +17,7 @@ .xpress-editor li{list-style:none} /* Layout Selector */ .xpress-editor{position:relative;background:transparent} -.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:5;background:#fff} +.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:1;background:#fff} .xpress-editor.black #smart_content {background:transparent} .xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0} /* Footer */ @@ -340,4 +340,4 @@ /* Auto Save */ .xpress-editor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1} .xpress-editor.black .autosave_message {display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff} -.xpress-editor .input_syntax.black {background:transparent;color:#fff} \ No newline at end of file +.xpress-editor .input_syntax.black {background:transparent;color:#fff}