* Finish task #5059.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#steps .step-type-menu > a.active {color: #fff; background-color: #1a4f85;}
|
||||
|
||||
.table-bordered .step-actions {width: 98px;}
|
||||
.table-bordered > #steps > tr > td {padding: 0; background-color: #fafafa; border: 1px solid #ddd!important; border-left-style: dotted!important; border-right-style: dotted!important;}
|
||||
.table-bordered > #steps > tr > td {padding: 0; background-color: #fafafa; border: 1px solid #ddd!important; }
|
||||
.table-bordered > #steps > tr > td.step-id { padding-right: 8px;}
|
||||
.table-bordered > #steps > tr > td .btn {border-color: transparent; background-color: transparent}
|
||||
.table-bordered > #steps > tr > td .btn:hover,
|
||||
|
||||
@@ -109,7 +109,7 @@
|
||||
<table class='table table-form mg-0 table-bordered' style='border: 1px solid #ddd'>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class='w-40px text-right'><?php echo $lang->testcase->stepID;?></th>
|
||||
<th class='w-50px text-right'><?php echo $lang->testcase->stepID;?></th>
|
||||
<th width="45%"><?php echo $lang->testcase->stepDesc;?></th>
|
||||
<th><?php echo $lang->testcase->stepExpect;?></th>
|
||||
<th class='step-actions'><?php echo $lang->actions;?></th>
|
||||
|
||||
Reference in New Issue
Block a user