* ajusted grid layout.

* ajusted style of treeview.
This commit is contained in:
Catouse
2014-05-02 10:37:15 +08:00
parent bb4db397d1
commit a84ef67f6d
18 changed files with 54 additions and 53 deletions
+3 -3
View File
@@ -27,8 +27,8 @@
<?php echo html::submitButton($lang->save)?>
</div>
</div>
<div class='row'>
<div class='col-md-8'>
<div class='row-table'>
<div class='col-main'>
<div class='main'>
<div class='form-group'>
<?php echo html::input('title', $case->title, 'class="form-control" placeholder="' . $lang->case->title . '"');?>
@@ -83,7 +83,7 @@
<?php include '../../common/view/action.html.php';?>
</div>
</div>
<div class='col-md-4'>
<div class='col-side'>
<div class='main main-side'>
<fieldset>
<legend><?php echo $lang->testcase->legendBasicInfo;?></legend>