Giant fixups for the editors around the studio

This commit is contained in:
Omar Al-Ithawi
2015-01-27 11:11:55 +02:00
parent 1714d23ae8
commit 38db6e695d
4 changed files with 33 additions and 15 deletions

View File

@@ -15,7 +15,8 @@
border-radius: ($baseline/5);
background-color: $gray-l4;
padding: 7px;
text-align: left;
@include text-align(left);
@include direction();
.modal-content {
position: relative;
@@ -214,7 +215,7 @@
.editor-modes {
width: 48%;
display: inline-block;
text-align: right;
@include text-align(right);
.action-item {
display: inline-block;

View File

@@ -2,6 +2,8 @@
// ====================
.view-settings {
@include text-align(left);
@include direction();
.content-primary, .content-supplementary {
@include box-sizing(border-box);
@@ -908,6 +910,19 @@
top: 4px; /* Vertical alignment for monospace font */
}
.CodeMirror-scroll {
@include margin-left(-30px);
@include margin-right(0);
@include padding-left(30px);
@include padding-right(0);
}
.CodeMirror-vscrollbar {
@include left(0);
@include right(auto);
}
// editor color changes just for JSON
.CodeMirror-lines {