]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 606509 - Text badly aligned for "deadline" and "bug numbered" in the search page
authorSunil Joshi <joshi_sunil@in.com>
Wed, 4 Sep 2013 00:00:50 +0000 (10:00 +1000)
committerSimon Green <sgreen@redhat.com>
Wed, 4 Sep 2013 00:00:50 +0000 (10:00 +1000)
r=simon, a=simon

skins/standard/search_form.css
template/en/default/search/form.html.tmpl

index ff97dbcbca82b4f86ed0aa61a9c23f5b283bedae..0381730af9873d05b5fbee7fb110b3b684511e2d 100644 (file)
   text-align: right;
 }
 
+.field_label_sup {
+  font-weight: normal;
+}
+
 #summary_field.search_field_row {
   width: inherit;
 }
index 26bf7f06e1575171c088871f172bbc923899bac6..fcb038638050ce47ab381a30755f7774c3ce3d08 100644 (file)
@@ -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') %]