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

This commit is contained in:
zero 2007-03-26 09:47:31 +00:00
parent 4c0653db24
commit 2a32a18709
7 changed files with 59 additions and 1 deletions

View file

@ -127,6 +127,10 @@ div.editor_drag_down_area {
width:800px;
}
.component_view_window {
width:400px;
}
.editor_input {
border:1px solid #AAAAAA;
height:14px;
@ -140,3 +144,7 @@ div.editor_drag_down_area {
height:17px;
font-size:9pt;
}
.about_component_icon {
vertical-align:middle;
}