diff --git a/module/action/css/trash.css b/module/action/css/trash.css index 223c5f01e1..d1cdb48332 100755 --- a/module/action/css/trash.css +++ b/module/action/css/trash.css @@ -1,2 +1,2 @@ -.table-footer .table-actions{width:auto;visibility:visible;opacity:1;white-space: nowrap;} +.table-footer .table-actions{width:auto;visibility:visible;opacity:1;} .table-footer .table-actions .text{line-height:28px;} diff --git a/module/block/view/bugblock.html.php b/module/block/view/bugblock.html.php index b86ca2ceb6..2f0f3182f2 100644 --- a/module/block/view/bugblock.html.php +++ b/module/block/view/bugblock.html.php @@ -51,7 +51,6 @@
| - testcase->statusList, $case->status);?> | diff --git a/module/block/view/productstatisticblock.html.php b/module/block/view/productstatisticblock.html.php index ad15045d2c..98f913479b 100644 --- a/module/block/view/productstatisticblock.html.php +++ b/module/block/view/productstatisticblock.html.php @@ -60,6 +60,9 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .block-statistic.block-sm .nav-secondary > li > a:before {display: none;} .block-statistic.block-sm .nav-secondary > li.switch-icon {width: 40px;} .block-statistic.block-sm .types-line > li > div {padding: 18px 2px 5px;} + +#unexpired-plan, #doing-project{margin-left:-12px} +#unexpired-plan + span, #doing-project + span, #total-release + span{color:#000;font-weight:bold}