#577 textarea editor UI css width fixed. Thanks to digirave.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9910 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-12-07 09:42:02 +00:00
parent 6f799d981f
commit 796cdd0eaa
6 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* TextEditor */
.xeTextEditor {overflow:hidden}
.xeTextEditor {margin:0 12px 0 0}
.xeTextEditor textarea {display:block;margin:0;padding:5px}
.xeTextEditor.black textarea {color:#fff;background-color:#000}
/* Type Selector */