From 7dbb5ac85e3a27657967bc49032ccd4cb1012236 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 17 Jul 2012 14:04:20 -0400 Subject: [PATCH] add margin top, because of aesthetic experience --- lib/client/editor.js | 25 ++++++++++++++----------- node_modules/minify | 2 +- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index b2d8a9b5..f30be963 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -18,17 +18,20 @@ CloudCommander.Editor.CloudMirror = { }); CloudCommander.cssSet({id:'editor', - inner:'.CodeMirror{'+ - 'font-family:\'Droid Sans Mono\';'+ - 'font-size:15px;'+ - 'resize:vertical;'+ 'margin:16px;'+'padding:20px;' + - '}'+ - '.CodeMirror-scroll{'+ - 'height: 660px;' + - '}' + - '.CodeMirror-scrollbar{'+ - 'overflow-y:auto' + - '}' + inner : '.CodeMirror{' + + 'font-family:\'Droid Sans Mono\';' + + 'font-size:15px;' + + 'resize:vertical;' + + 'margin:16px;' + + 'margin-top: 0px;' + + 'padding:20px;' + + '}' + + '.CodeMirror-scroll{' + + 'height: 660px;' + + '}' + + '.CodeMirror-scrollbar{' + + 'overflow-y:auto' + + '}' }); var lShowEditor_f = function (){ diff --git a/node_modules/minify b/node_modules/minify index 24173f35..329024d7 160000 --- a/node_modules/minify +++ b/node_modules/minify @@ -1 +1 @@ -Subproject commit 24173f35158113193847d744dacce0faf266b074 +Subproject commit 329024d730ac1f19cde818da82eb335ce7e4f796