Commit 6098f297 authored by Sunil Joshi's avatar Sunil Joshi Committed by Simon Green

Bug 606509 - Text badly aligned for "deadline" and "bug numbered" in the search page

r=simon, a=simon
parent 41eda66a
......@@ -91,6 +91,10 @@
text-align: right;
}
.field_label_sup {
font-weight: normal;
}
#summary_field.search_field_row {
width: inherit;
}
......
......@@ -170,11 +170,13 @@ TUI_hide_default('information_query');
value="[% default.bug_id.0 FILTER html %]" size="20">
<div class="field_help">(comma-separated list)</div>
</div>
should be
<select name="bug_id_type" id="bug_id_type">
<option value="anyexact"[% " selected" IF default.bug_id_type.0 == "anyexact" %]>only included in</option>
<option value="nowords"[% " selected" IF default.bug_id_type.0 == "nowords" %]>excluded from</option>
</select> the results
<span class="field_label field_label_sup">
should be
<select name="bug_id_type" id="bug_id_type">
<option value="anyexact"[% " selected" IF default.bug_id_type.0 == "anyexact" %]>only included in</option>
<option value="nowords"[% " selected" IF default.bug_id_type.0 == "nowords" %]>excluded from</option>
</select> the results
</span>
</div>
[% Hook.process('after_freetext_fields') %]
......
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 to comment