add margin top, because of aesthetic experience

This commit is contained in:
coderaiser 2012-07-17 14:04:20 -04:00
parent be42d19f5e
commit 7dbb5ac85e
2 changed files with 15 additions and 12 deletions

View file

@ -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 (){

2
node_modules/minify generated vendored

@ -1 +1 @@
Subproject commit 24173f35158113193847d744dacce0faf266b074
Subproject commit 329024d730ac1f19cde818da82eb335ce7e4f796