Commit f8f3dc7a by Kálmán Viktor

network: better position for search box

parent 0729a05c
...@@ -15,3 +15,7 @@ ...@@ -15,3 +15,7 @@
.table-responsive { .table-responsive {
margin-top: 15px; margin-top: 15px;
} }
#network-host-list-form {
margin-top: 6px;
}
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</ul> </ul>
</div> </div>
<div class="col-md-3"> <div class="col-md-3">
<form action="" method="GET"> <form action="" method="GET" id="network-host-list-form">
<div class="input-group pull-right"> <div class="input-group">
<input type="text" id="network-host-list-input" name="s" class="form-control" <input type="text" id="network-host-list-input" name="s" class="form-control"
value="{{ request.GET.s }}" placeholder="{% trans "Search..." %}"/> value="{{ request.GET.s }}" placeholder="{% trans "Search..." %}"/>
<span class="input-group-btn"> <span class="input-group-btn">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment