Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
fix size of search input on /search page before someone notices
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 12, 2012
1 parent 2243b88 commit 8ad5304
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion media/css/mkt/desktop-header.less
Expand Up @@ -117,13 +117,22 @@
}
}
}

#search,
#search-q {
#search-q,
body[data-page-type='search'] #search,
body[data-page-type='search'] #search-q {
width: 175px;
}

body[data-page-type='search'] #search {
margin-right: 12px;
}

#page {
padding-top: 80px;
}

.incompatible-browser.active {
top: 80px;
}
Expand Down

0 comments on commit 8ad5304

Please sign in to comment.