studio HTML editor - codemirror/tinymce toggle work - wip

This commit is contained in:
Brian Talbot
2013-01-16 14:54:28 -05:00
parent ed6134ea11
commit e8ba078d4e
6 changed files with 92 additions and 60 deletions

View File

@@ -0,0 +1,20 @@
.html-editor {
@include clearfix();
.CodeMirror {
display: none;
position: absolute;
top: 46px;
width: 100%;
height: 378px;
background: #fff;
color: #3c3c3c;
@include box-sizing(border-box);
}
.editor-tabs {
top: 11px;
right: 30px;
z-index: 99;
}
}