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

This commit is contained in:
zero 2007-03-26 09:09:29 +00:00
parent 7472e1165f
commit 062bca7301
10 changed files with 116 additions and 2 deletions

View file

@ -122,3 +122,21 @@ div.editor_drag_down_area {
background-color:#FFFFFF;
margin-bottom:10px;
}
.component_setup_window {
width:800px;
}
.editor_input {
border:1px solid #AAAAAA;
height:14px;
font-size:9pt;
width:200px;
}
.editor_button {
border:1px solid #AAAAAA;
background-color:#FFFFFF;
height:17px;
font-size:9pt;
}