Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 428674
Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.editor/web/orion/editor/textview.css (-1 / +1 lines)
Lines 7-13 Link Here
7
}
7
}
8
8
9
.textviewScroll {
9
.textviewScroll {
10
	padding: 1px 2px;
10
	padding: 5px 2px 2px 2px;
11
}
11
}
12
12
13
.textviewContent {
13
.textviewContent {
(-)a/bundles/org.eclipse.orion.client.ui/web/css/layout.css (-2 lines)
Lines 294-301 Link Here
294
	/* margin-top: 2px; */
294
	/* margin-top: 2px; */
295
	/* padding-top: 10px; */
295
	/* padding-top: 10px; */
296
	margin-right: 2px;
296
	margin-right: 2px;
297
	padding-top: 10px;
298
	padding-bottom: 5px;
299
	background: white;
297
	background: white;
300
}
298
}
301
299

Return to bug 428674