git-svn-id: http://xe-core.googlecode.com/svn/trunk@523 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-19 03:09:52 +00:00
parent 00fe8b71f6
commit 1cf29fc743
10 changed files with 72 additions and 84 deletions

View file

@ -1,9 +1,25 @@
#emoticon_area {
width:230px;
padding:10px 0px 10px 0px;
.editor_area {
width:400px;
background-color:#F3F3F3;
text-align:center;
}
#emoticon_area img {
margin:2px;
.editor_window {
padding:4px;
}
.editor_textarea {
width:385px;
height:400px;
border:1px solid #888888;
}
.editor_button {
text-align:center;
}
.editor_button input {
margin-top:4px;
background-color:#FFFFFF;
border:1px solid #AAAAAA;
}