|
@@ -80,7 +80,7 @@ div.lp_tree {
|
|
|
height:100%;
|
|
|
padding:3px 10px 3px 0;
|
|
|
overflow-x : auto;
|
|
|
- overflow-y : scroll;
|
|
|
+ overflow-y : auto;
|
|
|
width:230px;
|
|
|
}
|
|
|
hr {
|
|
@@ -121,7 +121,8 @@ table.lp_build td {
|
|
|
vertical-align:top;
|
|
|
}
|
|
|
table.lp_build td.tree {
|
|
|
- border-right:1px solid #999999;
|
|
|
+ /* border-right:1px solid #999999;*/
|
|
|
+ padding-right: 5px;
|
|
|
width:240px;
|
|
|
}
|
|
|
table.lp_build td.workspace {
|