summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/javascripts/rectangles/engine/scenery/move.js1
-rw-r--r--public/assets/javascripts/rectangles/util/minotaur.js2
-rwxr-xr-xpublic/assets/stylesheets/app.css6
3 files changed, 5 insertions, 4 deletions
diff --git a/public/assets/javascripts/rectangles/engine/scenery/move.js b/public/assets/javascripts/rectangles/engine/scenery/move.js
index 55d6ef1..e7ca4ef 100644
--- a/public/assets/javascripts/rectangles/engine/scenery/move.js
+++ b/public/assets/javascripts/rectangles/engine/scenery/move.js
@@ -88,6 +88,7 @@ Scenery.move = function(base){
}
function up (e, cursor){
+ console.log(dragging, oldState)
if (! dragging || ! oldState) return
dragging = false
diff --git a/public/assets/javascripts/rectangles/util/minotaur.js b/public/assets/javascripts/rectangles/util/minotaur.js
index 4d9a795..d165ccc 100644
--- a/public/assets/javascripts/rectangles/util/minotaur.js
+++ b/public/assets/javascripts/rectangles/util/minotaur.js
@@ -4,7 +4,7 @@
var base = this
base.$el = $("#minotaur")
base.timeout = null
- base.delay = 5000
+ base.delay = 2500
base.objects = {}
base.init = function () {
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index e278fab..57ca3c6 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -757,8 +757,8 @@ iframe.embed {
#minotaur {
position: absolute;
- top: 0;
- right: 230px;
+ top: 0px;
+ right: 0px;
opacity: 0;
}
#minotaur .label:after {
@@ -771,9 +771,9 @@ iframe.embed {
color: white;
background: black;
font-weight: 300;
- float: right;
text-decoration: none;
z-index: 33;
+ opacity: 1;
}
#minotaur.saving .label:after {
content: 'SAVING';