* ajust columns size of 'bug/report' layout.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user