diff --git a/module/bug/css/report.css b/module/bug/css/report.css index 83f749b531..5f1588dcd3 100644 --- a/module/bug/css/report.css +++ b/module/bug/css/report.css @@ -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} diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index c69152c884..921316177e 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -20,8 +20,8 @@ createLink('bug', 'browse', "productID=$productID&browseType=$browseType&moduleID=$moduleID"), $lang->goback, '', "class='btn'");?> -
-
+
+
bug->report->select;?> @@ -37,7 +37,7 @@
-
+
bug->report->common;?> diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 2247c91213..c5525c550b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -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 */