Even more ui tweaks

This commit is contained in:
Boaz Leskes 2013-12-18 21:36:19 +01:00
parent 57ffdaaf7c
commit f906dc265c
3 changed files with 1 additions and 9 deletions

View file

@ -23,7 +23,6 @@ body {
line-height: 1;
margin-right: -468px;
z-index: 100;
margin-top: 6px; /* compensate for being outside editor */
}
#editor_actions > .btn-group > a {
@ -59,15 +58,10 @@ body {
}
#output, #editor {
padding-top: 5px;
}
.ace_gutter {
margin-top: 6px;
}
.ace_scroller {
padding-top: 5px;
margin-top: 1px;
}
#autocomplete {

View file

@ -29,7 +29,6 @@
}
.ace_scroller {
border-top: 1px solid #101214;
border-left: 1px solid #101214;
}

View file

@ -25,7 +25,6 @@ body {
}
.ace_scroller {
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}