Merge pull request #553 from laf/issue-laf-142

Moved search box back to the right and aligned dropdown
This commit is contained in:
Daniel Preussker
2015-03-06 17:14:37 +00:00
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>