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

This commit is contained in:
zero 2007-03-20 02:29:48 +00:00
parent 13fd8167ec
commit 958975c3a5
8 changed files with 176 additions and 33 deletions

View file

@ -1,5 +1,5 @@
.editor_window {
width:550px;
width:555px;
text-align:center;
}
@ -29,12 +29,19 @@
.body {
float:left;
width:410px;
width:400px;
text-align:left;
margin:5px;
font-size:9pt;
}
#folder_area {
clear:left;
height:115px;
border:1px dotted #DDDDDD;
margin:0px 10px 10px 10px;
}
.body label {
cursor:pointer;
font-size:9pt;
@ -48,7 +55,7 @@
}
.editor_input_long {
width:350px;
width:380px;
height:13px;
font-size:9pt;
border:1px solid #AAAAAA;
@ -113,6 +120,7 @@ img.bg_preview_color {
.editor_color_box {
clear:both;
height:65px;
width:400px;
border:1px solid #DDDDDD;
padding:2px;
margin-bottom:3px;