Closed
Bug 855520
Opened 12 years ago
Closed 12 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•12 years ago
|
Blocks: DevToolsPaperCuts
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jryans
Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 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•12 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•12 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•12 years ago
|
||
Added font and color. It looks much better! :)
Attachment #734431 -
Attachment is obsolete: true
Attachment #735624 -
Flags: review?(mratcliffe)
Assignee | ||
Comment 5•12 years ago
|
||
Here's an example after applying patch v2.
Comment 6•12 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•12 years ago
|
Whiteboard: [land-in-fx-team]
Comment 7•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 23
Updated•12 years ago
|
No longer blocks: DevToolsPaperCuts
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•