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

This commit is contained in:
zero 2007-03-19 15:37:34 +00:00
parent 5627010587
commit 941ca74555
4 changed files with 47 additions and 35 deletions

View file

@ -29,7 +29,7 @@
.body {
float:left;
width:405px;
width:410px;
text-align:left;
margin:5px;
font-size:9pt;
@ -109,3 +109,15 @@ img.bg_preview_color {
border:1px solid #000000;
background-color:#FFFFFF;
}
.editor_color_box {
clear:both;
height:65px;
border:1px solid #DDDDDD;
padding:2px;
margin-bottom:3px;
}
.editor_color_input {
clear:both;
}