Moved search box back to the right and aligned dropdown

This commit is contained in:
laf
2015-03-06 15:52:54 +00:00
parent e535b7ddda
commit 7fd470925b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1572,6 +1572,7 @@ tr.search:nth-child(odd) {
.tt-dropdown-menu
{
min-width: 500px;
left: -400px !important;
}
.twitter-typeahead .tt-hint {
+1 -1
View File
@@ -468,7 +468,7 @@ if ($_SESSION['authenticated'])
</ul>
</li>
</ul>
<form role="search" class="navbar-form navbar-left">
<form role="search" class="navbar-form navbar-right">
<div class="form-group">
<input class="form-control" type="search" id="gsearch" name="gsearch" placeholder="Global Search">
</div>