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 ------------------ 1 file changed, 18 deletions(-) (limited to 'js/stage/stage.reel/stage.css') 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;} -- cgit v1.2.3