From e04903ed2d2e6754119550cb071e03878bb1b14b Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Mon, 18 Jun 2012 19:08:05 -0700 Subject: Objects Tray - Move back to binding view --- js/stage/stage.reel/stage.css | 18 ------------------ js/stage/stage.reel/stage.html | 12 ------------ 2 files changed, 30 deletions(-) (limited to 'js/stage/stage.reel') diff --git a/js/stage/stage.reel/stage.css b/js/stage/stage.reel/stage.css index bc20c4f3..2271cd8a 100755 --- a/js/stage/stage.reel/stage.css +++ b/js/stage/stage.reel/stage.css @@ -48,24 +48,6 @@ width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/ } -.stage-tray-container { - height: 100%; - position: absolute; - width: 100%; -} - -.objects-tray-container { - bottom: 10px; - position: absolute; - width: 100%; - display: -webkit-box; - -webkit-box-orient: horizontal; - -webkit-box-pack: center; - -webkit-box-align: center; - z-index: 2; -} - - span.CodeMirror-matchhighlight { background: #e9e9e9 } .CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} diff --git a/js/stage/stage.reel/stage.html b/js/stage/stage.reel/stage.html index acab4b1b..397af0b6 100755 --- a/js/stage/stage.reel/stage.html +++ b/js/stage/stage.reel/stage.html @@ -47,12 +47,6 @@ "element": {"#": "bindingView" } } }, - "objectsTray" : { - "prototype": "js/stage/objects-tray.reel", - "properties": { - "element": {"#": "objects-tray" } - } - }, "owner": { "prototype": "js/stage/stage.reel", "properties": { @@ -89,12 +83,6 @@ -
-
-
-
-
-
-- cgit v1.2.3