issue 1350 fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10163 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2012-02-21 08:55:14 +00:00
parent 09fbca92b0
commit 167c15085f

View file

@ -17,7 +17,7 @@
.xpress-editor li{list-style:none} .xpress-editor li{list-style:none}
/* Layout Selector */ /* Layout Selector */
.xpress-editor{position:relative;background:transparent} .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.black #smart_content {background:transparent}
.xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0} .xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0}
/* Footer */ /* Footer */
@ -340,4 +340,4 @@
/* Auto Save */ /* Auto Save */
.xpress-editor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1} .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.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} .xpress-editor .input_syntax.black {background:transparent;color:#fff}