Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6098f297
Commit
6098f297
authored
Sep 04, 2013
by
Sunil Joshi
Committed by
Simon Green
Sep 04, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 606509 - Text badly aligned for "deadline" and "bug numbered" in the search page
r=simon, a=simon
parent
41eda66a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
search_form.css
skins/standard/search_form.css
+4
-0
form.html.tmpl
template/en/default/search/form.html.tmpl
+7
-5
No files found.
skins/standard/search_form.css
View file @
6098f297
...
...
@@ -91,6 +91,10 @@
text-align
:
right
;
}
.field_label_sup
{
font-weight
:
normal
;
}
#summary_field
.search_field_row
{
width
:
inherit
;
}
...
...
template/en/default/search/form.html.tmpl
View file @
6098f297
...
...
@@ -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') %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment