* Fix testcase view style.

This commit is contained in:
Yagami
2019-06-03 17:12:25 +08:00
parent 9e5652df97
commit 9a6c02867d
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -1,2 +1,3 @@
#begin{min-width: 85px}
#end{min-width: 85px}
table th{font-size: 12px}
+2 -2
View File
@@ -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';
+1 -1
View File
@@ -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>