1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix 'No Task' Header

Summary: Fix spacing when there are no tasks, remove a panel background.

Test Plan: reload page, check other maniphest pages

Reviewers: codeblock

Reviewed By: codeblock

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D4558
This commit is contained in:
Chad Little 2013-01-20 09:14:51 -08:00
parent 76e44ad930
commit d588e5c161
2 changed files with 3 additions and 1 deletions

View file

@ -37,7 +37,8 @@ final class ManiphestBatchEditController extends ManiphestController {
}
$panel = new AphrontPanelView();
$panel->setHeader('Maniphest Batch Editor');
$panel->setHeader(pht('Maniphest Batch Editor'));
$panel->setNoBackground();
$handle_phids = mpull($tasks, 'getOwnerPHID');
$handles = $this->loadViewerHandles($handle_phids);

View file

@ -129,6 +129,7 @@
font-weight: bold;
color: #555;
padding: 5px 0;
margin-left: 20px;
}
.maniphest-total-result-count {