* ajust columns size of 'bug/report' layout.

This commit is contained in:
Catouse
2015-01-29 09:43:22 +08:00
parent 1863fc5987
commit 2e520d15f1
3 changed files with 7 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
.table-bordered caption {border: 1px solid #ddd;}
.table-bordered tr > th:first-child, .table-bordered tr > td:first-child {border-left: 1px solid #ddd!important}
.table-bordered tr > th:last-child, .table-bordered tr > td:last-child {border-right: 1px solid #ddd!important}
.col-side {width: 250px}
+3 -3
View File
@@ -20,8 +20,8 @@
<?php echo html::a($this->createLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback, '', "class='btn'");?>
</div>
</div>
<div class='row'>
<div class='col-md-3 col-lg-2'>
<div class='row-table row-table-side-left'>
<div class='col-side'>
<div class='panel panel-sm'>
<div class='panel-heading'>
<strong><?php echo $lang->bug->report->select;?></strong>
@@ -37,7 +37,7 @@
</div>
</div>
</div>
<div class='col-md-9 col-lg-10'>
<div class='col-main'>
<div class='panel panel-sm'>
<div class='panel-heading'>
<strong><?php echo $lang->bug->report->common;?></strong>
+2
View File
@@ -51,6 +51,8 @@ tr.text-center > td.text-right, tr.text-center > th.text-right {text-align: righ
.col-side, .col-main {padding: 0; display: table-cell; vertical-align: top;}
.col-side {width: 350px; padding-left: 10px;}
.col-main {padding-right: 10px;}
.row-table-side-left .col-side {padding-right: 10px; padding-left: 0;}
.row-table-side-left .col-main {padding-left: 10px; padding-right: 0;}
/* === Components === */
/* remove outline of links */