Skip to content

Commit

Permalink
proposed changes to fix hamburger responsive display
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed May 15, 2014
1 parent d416c77 commit 363c1f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/modules/search-navbar.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.search-navbar-top-menu {
top: 50px;
li {
padding-left: 20px;
}
Expand All @@ -27,3 +28,8 @@
}
}

button.searchbar-topnav{
float: left;
margin-top: 8px;
margin-bottom: 8px;
}
2 changes: 1 addition & 1 deletion app/views/shared/_search_bar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
</button>
<div>
<button class="btn btn-default dropdown-toggle navbar-brand" type="button" data-toggle="dropdown">
<button class="btn btn-default dropdown-toggle searchbar-topnav" type="button" data-toggle="dropdown">
<span class="glyphicon glyphicon-align-justify icon-menu"></span>
</button>
<%= render :partial => 'shared/search_navbar_top_menu' %>
Expand Down

0 comments on commit 363c1f9

Please sign in to comment.