Closed
Bug 855520
Opened 11 years ago
Closed 11 years ago
"No element selected" in the inspector sidebar could use some margins
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 23
People
(Reporter: vporof, Assigned: jryans)
References
Details
Attachments
(3 files, 1 obsolete file)
I think that's pretty ugly. Debugger (and upcoming network monitor) sidebars use am inherited (-moz-box?) font family and size with 4px margins and GrayText.
Reporter | ||
Updated•11 years ago
|
Blocks: DevToolsPaperCuts
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jryans
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•11 years ago
|
||
This gives the "No element selected" message the same padding as the rules that appear when something is selected.
Attachment #734431 -
Flags: review?(mratcliffe)
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 734431 [details] [diff] [review] Patch v1 Review of attachment 734431 [details] [diff] [review]: ----------------------------------------------------------------- You should also use a > font: message-box; and > color: GrayText; for the #noResults element specifically, since that's the style used by every other pane across the developer tools for signaling that "There's nothing here yet".
Comment 3•11 years ago
|
||
Comment on attachment 734431 [details] [diff] [review] Patch v1 Review of attachment 734431 [details] [diff] [review]: ----------------------------------------------------------------- I agree with Victor, we need to use the properties that he mentions.
Attachment #734431 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 4•11 years ago
|
||
Added font and color. It looks much better! :)
Attachment #734431 -
Attachment is obsolete: true
Attachment #735624 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 5•11 years ago
|
||
Here's an example after applying patch v2.
Comment 6•11 years ago
|
||
Comment on attachment 735624 [details] [diff] [review] Patch v2 Review of attachment 735624 [details] [diff] [review]: ----------------------------------------------------------------- Looks great, r+.
Attachment #735624 -
Flags: review?(mratcliffe) → review+
Updated•11 years ago
|
Whiteboard: [land-in-fx-team]
Comment 7•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/458bbef2075c
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/458bbef2075c
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 23
Updated•11 years ago
|
No longer blocks: DevToolsPaperCuts
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•