Closed
Bug 261483
Opened 21 years ago
Closed 21 years ago
search field does not adjust to search container width
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 258679
People
(Reporter: sskroeder, Assigned: p_ch)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; da-DK; rv:1.7.3) Gecko/20040913 Firefox/0.10
For long, it's been known, that if you wanted a bigger search field, you could
add the following to the userChrome.css
#search-container {
-moz-box-flex: 400 !important;
}
and the search field would be 400px wide (instead of the default 200 or so...)
But since i've updated to 1.0 PR - the search field is now 200px - but the
containing block is 400px wide - thus is the search field shifted to the left -
with 200px of empty space next to it...
Reproducible: Always
Steps to Reproduce:
1. set #search-container { -moz-box-flex: 400 !important; } in userChrome.css
Actual Results:
the search field remains the default size - but the containing block is now 400
px wide
Expected Results:
The search field to adjust to the containing block - and thus be 400 px wide
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 258679 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•