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

Bug 387513

Summary: Compare editor: side by side widget shows additional vertical margin.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti, susan
Version: 0.5   
Target Milestone: 1.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2012-08-17 16:34:16 EDT
If you open the side by side compare widget you will see there are vertical margins(8px) on both sides.
Talked to Selinio and he found that the parents DIV of each editor have that margin.
Before we overwrote the .claro .dijitContentPane padding as 0px in ide.css. But now it is gone. We are using the the default padding as 8px now.
Comment 1 libing wang CLA 2012-08-17 16:36:43 EDT
I know that we do not want this css in ide.css but I think I can take that back in the compare.css.
Comment 2 libing wang CLA 2012-08-17 16:45:53 EDT
fixed with http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2e7722922a033ead906387e35f6d20655a358f51.
Thanks for the hint, Silenio.