1
0
Fork 0

changed shell submit button

This commit is contained in:
Heiko Kernbach 2013-08-06 10:54:07 +02:00
parent adea09d25c
commit 0c99147595
2 changed files with 9 additions and 12 deletions

View File

@ -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;
}

View File

@ -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();