adjust codemirror window on raw HTML editor

This commit is contained in:
Frances Botsford
2014-04-22 15:53:15 -04:00
committed by David Baumgold
parent ad3d8c7871
commit 4960026bc6

View File

@@ -1,30 +1,13 @@
// HTML component editor:
// HTML component editor:
.html-editor {
@include clearfix();
.CodeMirror {
@include box-sizing(border-box);
position: absolute;
top: 46px;
width: 100%;
height: 379px;
border: 1px solid #3c3c3c;
border-top: 1px solid #8891a1;
background: #fff;
color: #3c3c3c;
}
.CodeMirror-scroll {
height: 100%;
}
.editor-tabs {
top: 0 !important;
right: 10px;
z-index: 99;
height: 435px;
}
.is-inactive {
display: none;
}
}
}