Skip to content

Commit

Permalink
Move Language drop down to left of Search Bar (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnakagawa authored and cpojer committed May 4, 2017
1 parent 6d43361 commit ac8811c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion website/core/nav/HeaderNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ class HeaderNav extends React.Component {
<div className="navigationWrapper navigationSlider">
<nav className="slidingNav">
<ul className="nav-site nav-site-internal">
{this.props.linksInternal.map(this.makeLinks, this)}
<LanguageDropDown
baseUrl={this.props.baseUrl}
language={this.props.language}
/>
{this.props.linksInternal.map(this.makeLinks, this)}
<li className="navSearchWrapper reactNavSearchWrapper">
<input id="search_input_react" type="text" placeholder="Search" />
</li>
Expand Down
1 change: 1 addition & 0 deletions website/src/jest/css/jest.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ a:hover code {
}
#languages-dropdown {
position: absolute;
left: 0px;
width:100%;
}
#languages-dropdown.visible {
Expand Down

0 comments on commit ac8811c

Please sign in to comment.