Fix spacing with search inputs
And more importantly, crucially, fix the "appended" button so the round corners are on the right (heh) side.
This commit is contained in:
committed by
Tyson Whitehead
parent
20e3c51ba9
commit
d85b846357
@ -33,9 +33,11 @@ c.uri_for(c.controller('JobsetEval').action_for('view'),
|
||||
[% END %]
|
||||
|
||||
<form>
|
||||
<input name="filter" type="text" class="form-control" type="search" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/>
|
||||
<input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/>
|
||||
<input name="full" type="hidden" [% HTML.attributes(value => full) %]/>
|
||||
<div class="form-group">
|
||||
<input name="filter" type="text" class="form-control" type="search" placeholder="Search jobs by name..." [% HTML.attributes(value => filter) %]/>
|
||||
<input name="compare" type="hidden" [% HTML.attributes(value => otherEval.id) %]/>
|
||||
<input name="full" type="hidden" [% HTML.attributes(value => full) %]/>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
|
Reference in New Issue
Block a user