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

r=simon, a=simon


git-svn-id: svn://10.0.0.236/trunk@264997 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2013-09-04 00:21:57 +00:00
parent 9bf083039a
commit 81bba191b3
3 changed files with 12 additions and 6 deletions

View File

@ -1 +1 @@
8727 8728

View File

@ -91,6 +91,10 @@
text-align: right; text-align: right;
} }
.field_label_sup {
font-weight: normal;
}
#summary_field.search_field_row { #summary_field.search_field_row {
width: inherit; width: inherit;
} }

View File

@ -170,11 +170,13 @@ TUI_hide_default('information_query');
value="[% default.bug_id.0 FILTER html %]" size="20"> value="[% default.bug_id.0 FILTER html %]" size="20">
<div class="field_help">(comma-separated list)</div> <div class="field_help">(comma-separated list)</div>
</div> </div>
should be <span class="field_label field_label_sup">
<select name="bug_id_type" id="bug_id_type"> should be
<option value="anyexact"[% " selected" IF default.bug_id_type.0 == "anyexact" %]>only included in</option> <select name="bug_id_type" id="bug_id_type">
<option value="nowords"[% " selected" IF default.bug_id_type.0 == "nowords" %]>excluded from</option> <option value="anyexact"[% " selected" IF default.bug_id_type.0 == "anyexact" %]>only included in</option>
</select> the results <option value="nowords"[% " selected" IF default.bug_id_type.0 == "nowords" %]>excluded from</option>
</select> the results
</span>
</div> </div>
[% Hook.process('after_freetext_fields') %] [% Hook.process('after_freetext_fields') %]