A few Macro bugs

Summary: Consistent look for panels, test for mobile, forms consistency

Test Plan: test Macro on web and iOS sim

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5959
This commit is contained in:
Chad Little
2013-05-17 16:01:19 -07:00
parent 07ad4d154c
commit f2efda75b5
3 changed files with 6 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ final class PhabricatorMacroListController
$filter_form = id(new AphrontFormView())
->setMethod('GET')
->setUser($request->getUser())
->setNoShading(true)
->appendChild(
id(new AphrontFormTextControl())
->setName('name')