Merge branch 'shunhuawei_fixbug_21488' into 'master'
*Beautify the interface. See merge request easycorp/zentaopms!2894
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#swapper .tree li>.list-toggle {top: -1px;}
|
||||
|
||||
#closed {width: 90px; height: 25px; line-height: 25px; background-color: #ddd; color: #3c495c; text-align: center; margin-left: 15px; border-radius: 2px;}
|
||||
#gray-line {height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
#gray-line {width: 230px;height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
</style>
|
||||
<?php
|
||||
$executionCounts = array();
|
||||
@@ -133,7 +133,7 @@ $closedExecutionsHtml .= '</ul>';
|
||||
<a class='pull-right toggle-right-col not-list-item'><?php echo $lang->execution->doneExecutions;?><i class='icon icon-angle-right'></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gray-line"></div>
|
||||
<div id="gray-line" hidden></div>
|
||||
<div id="closed" hidden><?php echo $lang->execution->closedExecution?></div>
|
||||
<div class="table-col col-right executionTree">
|
||||
<div class='list-group executions'><?php echo $closedExecutionsHtml;?></div>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
#subHeader .tree ul {display: block;}
|
||||
#closed {width: 90px; height: 25px; line-height: 25px; background-color: #ddd; color: #3c495c; text-align: center; margin-left: 15px; border-radius: 2px;}
|
||||
#gray-line {height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
#gray-line {width: 230px; height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
</style>
|
||||
<?php
|
||||
$productCounts = array();
|
||||
@@ -137,7 +137,7 @@ $closedProductsHtml .= '</ul>';
|
||||
<a class='pull-right toggle-right-col not-list-item'><?php echo $lang->product->closed?><i class='icon icon-angle-right'></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="gray-line"></div>
|
||||
<div id="gray-line" hidden></div>
|
||||
<div id="closed" hidden><?php echo $lang->product->closedProduct?></div>
|
||||
<div class="table-col col-right productTree">
|
||||
<div class='list-group products'><?php echo $closedProductsHtml;?></div>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#swapper .tree li>.list-toggle {top: -1px;}
|
||||
|
||||
#closed {width: 90px; height: 25px; line-height: 25px; background-color: #ddd; color: #3c495c; text-align: center; margin-left: 15px; border-radius: 2px;}
|
||||
#gray-line {height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
#gray-line {width:230px; height: 1px; margin-left: 10px; margin-bottom:2px; background-color: #ddd;}
|
||||
</style>
|
||||
<?php
|
||||
$projectCounts = array();
|
||||
|
||||
Reference in New Issue
Block a user