mirror of https://gitee.com/bigwinds/arangodb
changed shell submit button
This commit is contained in:
parent
adea09d25c
commit
0c99147595
|
@ -100,23 +100,18 @@
|
|||
}
|
||||
|
||||
#editor-run:hover {
|
||||
opacity: 0.6;
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
#editor-run {
|
||||
cursor: pointer !important;
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
top: 4px;
|
||||
right: 30px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-color: #8AA051;
|
||||
opacity: 0.2;
|
||||
padding-left: 6px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
border: 1px solid black;
|
||||
bottom: 15px;
|
||||
right: 32px;
|
||||
width: 60px;
|
||||
opacity: 0.6;
|
||||
content: "Submit";
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,9 @@ var shellView = Backbone.View.extend({
|
|||
});
|
||||
$("#shell_workspace").trigger("resize", [ 150 ]);
|
||||
|
||||
$('.vsplitbar').append('<div id="editor-run"><img src="img/right_icon.png"></img></div>');
|
||||
$('.vsplitbar').append('<div id="editor-run">'+
|
||||
'<button id="submitQueryButton" class="btn btn-success">Submit</button>'+
|
||||
'</div>');
|
||||
this.resize();
|
||||
$.gritter.removeAll();
|
||||
|
||||
|
|
Loading…
Reference in New Issue