Fix search box on mobile

Summary: Makes the search box on mobile look as expected.

Test Plan: Test Desktop, Tablet, and Mobile Search.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5908
This commit is contained in:
Chad Little
2013-05-11 21:15:14 -07:00
parent e9e3a28930
commit 13e03c3d6c
2 changed files with 41 additions and 41 deletions

View File

@@ -131,7 +131,7 @@
.device .phabricator-main-menu-search-container {
padding: 0;
margin: 0 8px 0 52px;
margin: 0 8px ;
}
.phabricator-main-menu .phabricator-main-menu-search input {
@@ -154,7 +154,7 @@
}
.device .phabricator-main-menu-search input {
height: 16px;
height: 30px;
font-size: 15px;
border-radius: 15px;
}