BUG 000 Modification of alignment windows to scrollbar
This commit is contained in:
@@ -1373,7 +1373,7 @@ var processmap=function(){
|
||||
}
|
||||
panel.options={
|
||||
limit:true,
|
||||
size:{w:670,h:410},
|
||||
size:{w:670,h:450},
|
||||
position:{x:50,y:50,center:true},
|
||||
title: G_STRINGS.ID_PROCESSMAP_TASK_STEPS+" "+data.label.substr(0,82) + (data.label.length>=82 ? "..." : "") ,
|
||||
theme:this.options.theme,
|
||||
|
||||
@@ -331,7 +331,7 @@ INPUT {
|
||||
background-color: #F9F9F9;
|
||||
background-color: #FFF;
|
||||
overflow: auto;
|
||||
padding:0px;
|
||||
padding-top:15px;
|
||||
}
|
||||
.panel_statusBar___processmaker{
|
||||
position:relative;
|
||||
@@ -339,6 +339,7 @@ INPUT {
|
||||
font:normal 8pt Tahoma,MiscFixed;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
top:-32px;
|
||||
/*background-color:white;*/
|
||||
background-color:transparent;
|
||||
min-height:25px;
|
||||
|
||||
@@ -106,7 +106,6 @@
|
||||
{elseif ($node->nodeType==='blank')}
|
||||
{* This is the default "html" for node with nodeType="child" *}
|
||||
<div class="treeBlank">
|
||||
<br>
|
||||
<table id="treeNode[{$node->name}]" cellspacing="0" cellpadding="0" border="0" style="width:{$node->width};border-collapse:collapse;">
|
||||
<tr {if $node->value==''}style="display:none"{/if}>
|
||||
<td class="a" name="treeNode[plus][{$node->name}]" width="1px">
|
||||
|
||||
Reference in New Issue
Block a user