* change testcase/view UI.

This commit is contained in:
Catouse
2017-03-02 10:31:38 +08:00
parent 5179018d24
commit 47405cf9dc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
#steps {margin-bottom: 15px}
+1 -1
View File
@@ -82,7 +82,7 @@
<legend><?php echo $lang->testcase->precondition;?></legend>
<?php echo nl2br($case->precondition);?>
</fieldset>
<table class='table table-condensed table-hover table-striped'>
<table class='table table-condensed table-hover table-striped' id='steps'>
<thead>
<tr>
<th class='w-40px'><?php echo $lang->testcase->stepID;?></th>