mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
add margin top, because of aesthetic experience
This commit is contained in:
parent
be42d19f5e
commit
7dbb5ac85e
2 changed files with 15 additions and 12 deletions
|
|
@ -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
2
node_modules/minify
generated
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 24173f35158113193847d744dacce0faf266b074
|
||||
Subproject commit 329024d730ac1f19cde818da82eb335ce7e4f796
|
||||
Loading…
Add table
Add a link
Reference in a new issue