| Summary: | Can we eliminate the padding in the navigator? | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Ken Walker <ken_walker> | ||||||
| Component: | Client | Assignee: | Ken Walker <ken_walker> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | elijahe, libingw | ||||||
| Version: | 6.0 | ||||||||
| Target Milestone: | 7.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Mac OS X | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 247380 [details]
After Padding Change
I had the same feeling and talked to Anton the other day. Also the file system viewer widget(readonly) shares the same css and it looks a little "sparse"... I'm not sure what changed to grow this padding. Hopefully it wasn't something that I did. I tried to look back and see if there was a commit that introduced this padding recently. So - maybe 5px is too much, but I think 0 padding is too tight. How about 2px? |
Created attachment 247379 [details] Before Padding Change I've always thought the navigator had too much space between things. This might not be the right way to fix it but I toggled off the padding in controls.css .navColumn { min-width: 150px; vertical-align: baseline; padding: 5px; } And I think the navigator looks better?