mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Moved search box back to the right and aligned dropdown
This commit is contained in:
@@ -1572,6 +1572,7 @@ tr.search:nth-child(odd) {
|
||||
.tt-dropdown-menu
|
||||
{
|
||||
min-width: 500px;
|
||||
left: -400px !important;
|
||||
}
|
||||
|
||||
.twitter-typeahead .tt-hint {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user