Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 445159

Summary: Can we eliminate the padding in the navigator?
Product: [ECD] Orion Reporter: Ken Walker <ken_walker>
Component: ClientAssignee: 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:
Description Flags
Before Padding Change
none
After Padding Change none

Description Ken Walker CLA 2014-09-25 22:14:26 EDT
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?
Comment 1 Ken Walker CLA 2014-09-25 22:14:47 EDT
Created attachment 247380 [details]
After Padding Change
Comment 2 libing wang CLA 2014-09-26 09:06:19 EDT
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"...
Comment 3 Anton McConville CLA 2014-09-26 10:22:53 EDT
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?