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

Bug 428206

Summary: Increase table row spacing for a better layout on the right hand side of the editor page.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mamacdon
Version: 5.0Flags: mamacdon: review+
Target Milestone: 5.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2014-02-14 10:24:41 EST
When a folder is selected on the left hand side of the editor page, we should increase the table row spacing on the folder view for a better layout.
Comment 1 libing wang CLA 2014-02-14 10:25:45 EST
Proposed fix patch:

diff --git a/bundles/org.eclipse.orion.client.ui/web/css/ide.css b/bundles/org.eclipse.orion.client.ui/web/css/ide.css
index 14a694f..95bd73f 100644
--- a/bundles/org.eclipse.orion.client.ui/web/css/ide.css
+++ b/bundles/org.eclipse.orion.client.ui/web/css/ide.css
@@ -247,6 +247,7 @@
 .navColumn {
 	min-width: 150px;
 	vertical-align: baseline;
+	padding: 2px;
 }
 
 .navColumnNoIcon {
diff --git a/bundles/org.eclipse.orion.client.ui/web/css/sections.css b/bundles/org.eclipse.orion.client.ui/web/css/sections.css
index e381a05..a92d76b 100644
--- a/bundles/org.eclipse.orion.client.ui/web/css/sections.css
+++ b/bundles/org.eclipse.orion.client.ui/web/css/sections.css
@@ -32,7 +32,7 @@
 }
 
 .sectionTableItem {
-	padding: 8px;
+	padding: 6px;
 }
 
 .sectionTableItemActions {
Comment 2 Mark Macdonald CLA 2014-02-14 10:30:29 EST
ok