1
0
Fork 0

Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Michael Hackstein 2013-08-06 13:01:40 +02:00
commit ae8503f1c7
3 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,10 @@
background-color: #F0F0F0 !important;
border: 1px solid #A0A0A0;
cursor: ns-resize;
line-height: 1;
background-image: url(../img/stripes.gif);
background-repeat:no-repeat;
background-position: 50% 50%;
}
#queryOutput .ace_cursor-layer {

BIN
html/admin/img/stripes.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 B

View File

@ -145,6 +145,7 @@ var queryView = Backbone.View.extend({
this.renderSelectboxes();
this.deselect(outputEditor);
this.deselect(inputEditor);
$('#queryDiv').show();
outputEditor.setTheme("ace/theme/merbivore_soft");