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 @@ title?> - bug->statusList, $bug->status);?> diff --git a/module/block/view/caseblock.html.php b/module/block/view/caseblock.html.php index 5ec526c4a9..f7d0f2cfe8 100644 --- a/module/block/view/caseblock.html.php +++ b/module/block/view/caseblock.html.php @@ -19,11 +19,8 @@ .block-cases.block-sm .c-status{text-align:center} .block-cases.block-sm .c-status .status-text{display:none;} .case-status-normal {color: #a6aab8;} - .case-status-normal > .label-dot {background-color: #006af1;} .case-status-blocked { color: #a6aab8; } - .case-status-blocked > .label-dot { background-color: #00da88; } .case-status-investigate {color: #a6aab8;} - .case-status-investigate > .label-dot {background-color: #006af1;} '> @@ -58,7 +55,6 @@ 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}
- testcase->statusList, $case->status);?>