* Fix testcase view style.
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
#begin{min-width: 85px}
|
||||
#end{min-width: 85px}
|
||||
table th{font-size: 12px}
|
||||
|
||||
@@ -49,8 +49,8 @@ $lang->report->deviationChart = $lang->projectCommon . ' Deviation Chart';
|
||||
|
||||
$lang->reportList->project->lists[10] = $lang->projectCommon . ' Deviation|report|projectdeviation';
|
||||
$lang->reportList->product->lists[10] = $lang->productCommon . ' Summary|report|productsummary';
|
||||
$lang->reportList->test->lists[10] = 'Bug Reported|report|bugcreate';
|
||||
$lang->reportList->test->lists[13] = 'Bug Assigned|report|bugassign';
|
||||
$lang->reportList->test->lists[10] = 'Bug Reported Summary|report|bugcreate';
|
||||
$lang->reportList->test->lists[13] = 'Bug Assigned Summary|report|bugassign';
|
||||
$lang->reportList->staff->lists[10] = 'Team Workload|report|workload';
|
||||
|
||||
$lang->report->id = 'ID';
|
||||
|
||||
@@ -302,7 +302,7 @@
|
||||
<details class="detail" open>
|
||||
<summary class="detail-title"><?php echo $lang->testcase->legendOpenAndEdit;?></summary>
|
||||
<div class="detail-content">
|
||||
<?php $widthClass = $app->getClientLang() == 'en' ? 'w-90px' : 'w-60px';?>
|
||||
<?php $widthClass = $app->getClientLang() == 'en' ? 'w-100px' : 'w-60px';?>
|
||||
<table class='table table-data'>
|
||||
<tr>
|
||||
<th class='<?php echo $widthClass;?>'><?php echo $lang->testcase->openedBy;?></th>
|
||||
|
||||
Reference in New Issue
Block a user