Fix some minor UI issues with mobile application search

Summary: Background is now always white, spacing in header is more consistent

Test Plan: test mobile, table, desktop application search apps.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16691
This commit is contained in:
Chad Little
2016-10-11 15:37:46 -07:00
parent 13b4b37d30
commit 754397c4e7
3 changed files with 14 additions and 4 deletions

View File

@@ -329,7 +329,6 @@ final class PhabricatorApplicationSearchController
$crumbs->addTextCrumb($title);
}
$nav->addClass('application-search-view');
require_celerity_resource('application-search-view-css');
return $this->newPage()
@@ -337,6 +336,7 @@ final class PhabricatorApplicationSearchController
->setTitle(pht('Query: %s', $title))
->setCrumbs($crumbs)
->setNavigation($nav)
->addClass('application-search-view')
->appendChild($body);
}