fix gutter for the ide

This commit is contained in:
Fabian Jakobs 2010-10-06 18:53:55 +02:00
commit 2d0f36c868

View file

@ -11,7 +11,19 @@
.ace-tm .ace_gutter {
width: 50px;
background: #e8e8e8;
color: rgb(136, 136, 136);
color: #333;
font-family: Monaco, "Courier New";
font-size: 12px;
overflow : hidden;
}
.ace-tm .ace_gutter-layer {
right: 0px;
text-align: right;
}
.ace-tm .ace_gutter-layer .ace_gutter-cell {
padding-right: 15px;
}
.ace-tm .ace_editor .ace_printMargin {
@ -19,11 +31,6 @@
background: #e8e8e8;
}
.ace-tm .ace_gutter-layer {
right: 10px;
text-align: right;
}
.ace-tm .ace_text-layer {
cursor: text;
}