From b1ec78da3dce168d60f58be1a43f34115322582c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 30 Jul 2012 06:37:05 -0400 Subject: [PATCH] minor changes --- lib/client/editor.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 8fbe3274..96b87351 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -35,10 +35,12 @@ CloudCommander.Editor.CodeMirror = { CloudCommander.cssSet({id:'editor', inner : '.CodeMirror{' + - 'font-family:\'Droid Sans Mono\';' + - 'font-size:15px;' + - 'resize:vertical;' + - 'padding:20px;' + + 'font-family :\'Droid Sans Mono\';' + + 'font-size :15px;' + + 'resize :vertical;' + + 'padding :20px;' + + 'top :26px;' + + 'left :52px;' + '}' + '.CodeMirror-scroll{' + 'height: 660px;' +