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

This commit is contained in:
zero 2007-03-27 12:35:34 +00:00
parent c0f2cd0831
commit 857b178965
8 changed files with 22 additions and 14 deletions

View file

@ -1,5 +1,5 @@
.editor_window {
width:680px;
width:530px;
text-align:center;
}
@ -17,9 +17,10 @@
}
.editor_option {
width:620px;
height:30px;
text-align:left;
text-align:center;
padding:5px 0px 5px 0px;
background-color:#EEEEEE;
margin-bottom:5px;
}
.item_area {
@ -27,27 +28,30 @@
}
.header {
width:80px;
width:85px;
float:left;
text-align:right;
font-weight:bold;
margin:5px;
font-size:9pt;
overflow:hidden;
}
.body {
width:120px;
overflow:hidden;
width:140px;
float:left;
text-align:left;
margin:5px 10px 5px 5px;
margin:5px 5px 5px 0px;
font-size:9pt;
}
.wide_body {
width:380px;
float:left;
clear:right;
text-align:left;
margin:5px 10px 5px 5px;
margin:5px 10px 5px 0px;
font-size:9pt;
}
.table_input {