Closed
Bug 639456
Opened 14 years ago
Closed 14 years ago
Inspector URL bar is too small
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: neil, Assigned: neil)
Details
Attachments
(1 file)
661 bytes,
patch
|
crussell
:
review+
|
Details | Diff | Splinter Review |
I was comparing the Inspector URL bar to SeaMonkey's forthcoming Search bar and also its URL bar and the Search type of textboxes found e.g. in History.
SeaMonkey's URL bar seems to have a mind of its own, so I ignored it again.
I have some plans for tweaking the styling of the forthcoming Search bar. This ends up giving it the same size as a History search textbox.
It turns out to be fairly simple to make the Inspector URL bar to be the same size as a Search bar. First you need a working URL bar icon. That's bug 639455. Then you just need class="padded" on your URL bar. Job done.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Oh, by the way, this is Classic theme only; Modern always pads the URL bar.
Comment 3•14 years ago
|
||
Comment on attachment 517385 [details] [diff] [review]
Proposed patch
I didn't file this because of bug 464450. But it works for now.
Attachment #517385 -
Flags: review?(Sevenspade) → review+
Assignee | ||
Comment 4•14 years ago
|
||
Pushed changeset 0752d7fdf834 to dom-inspector.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•