From 0c9914759540fada1df47bdd425a81045844e07f Mon Sep 17 00:00:00 2001 From: Heiko Kernbach Date: Tue, 6 Aug 2013 10:54:07 +0200 Subject: [PATCH] changed shell submit button --- html/admin/css/shellView.css | 17 ++++++----------- html/admin/js/views/shellView.js | 4 +++- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/html/admin/css/shellView.css b/html/admin/css/shellView.css index c90181578a..b3856a1e88 100644 --- a/html/admin/css/shellView.css +++ b/html/admin/css/shellView.css @@ -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; } diff --git a/html/admin/js/views/shellView.js b/html/admin/js/views/shellView.js index ef065f0ad1..82ebde9b73 100644 --- a/html/admin/js/views/shellView.js +++ b/html/admin/js/views/shellView.js @@ -23,7 +23,9 @@ var shellView = Backbone.View.extend({ }); $("#shell_workspace").trigger("resize", [ 150 ]); - $('.vsplitbar').append('
'); + $('.vsplitbar').append('
'+ + ''+ + '
'); this.resize(); $.gritter.removeAll();