issue 856 fixed. Thanks to snows96.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9925 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-12-08 09:36:59 +00:00
parent 04c56954ea
commit b5f2a919c3

View file

@ -34,8 +34,7 @@
.xpress-editor a.skip:focus{position:relative;display:block;padding:5px;right:0;z-index:60;width:auto;height:auto;text-align:right;white-space:nowrap;color:#000;text-decoration:none;letter-spacing:-1px;_zoom:1}
.xpress-editor .input_area{position:relative;margin:10px;z-index:30;*zoom:1;height:400px}
.xpress-editor .input_area iframe,
.xpress-editor .input_area textarea{display:block;width:100%;position:relative;height:100%;border:0;overflow:auto}
.xpress-editor .input_area iframe{}
.xpress-editor .input_area textarea{display:block;width:100% !important;position:relative;height:100%;border:0 !important;padding:0 !important;overflow:auto}
.xpress-editor .input_area textarea{*margin:0 -10px;_margin-bottom:-2px}
.xpress-editor .input_area textarea.blind{display:none}
.xpress-editor .input_control{position:relative;display:block;width:100%;clear:both;text-align:center;background:#fbfbfb url(../img/btn_expand.gif) no-repeat center center;cursor:n-resize}