aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage.reel/stage.css
diff options
context:
space:
mode:
authorEric Guzman2012-06-15 18:34:22 -0700
committerEric Guzman2012-06-15 18:34:22 -0700
commitc144c6921d42fe96c18045b1c2a9822a467b1253 (patch)
tree5bbabc73e96e3d4aad5e19044f40408b3fa63b72 /js/stage/stage.reel/stage.css
parent057afac9e7b99a3c4339003cca19ec3962d5fa13 (diff)
downloadninja-c144c6921d42fe96c18045b1c2a9822a467b1253.tar.gz
Objects Tray - Moved to stage object from binding view
Diffstat (limited to 'js/stage/stage.reel/stage.css')
-rwxr-xr-xjs/stage/stage.reel/stage.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/js/stage/stage.reel/stage.css b/js/stage/stage.reel/stage.css
index 2271cd8a..bc20c4f3 100755
--- a/js/stage/stage.reel/stage.css
+++ b/js/stage/stage.reel/stage.css
@@ -48,6 +48,24 @@
48 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/ 48 width:2500px;/*to prevent scrolling of editor container in the middle of the page for short files*/
49} 49}
50 50
51.stage-tray-container {
52 height: 100%;
53 position: absolute;
54 width: 100%;
55}
56
57.objects-tray-container {
58 bottom: 10px;
59 position: absolute;
60 width: 100%;
61 display: -webkit-box;
62 -webkit-box-orient: horizontal;
63 -webkit-box-pack: center;
64 -webkit-box-align: center;
65 z-index: 2;
66}
67
68
51span.CodeMirror-matchhighlight { background: #e9e9e9 } 69span.CodeMirror-matchhighlight { background: #e9e9e9 }
52.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important } 70.CodeMirror-focused span.CodeMirror-matchhighlight { background: #e7e4ff; !important }
53div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;} 71div.CodeMirror span.CodeMirror-matchingbracket {color: #000 !important;background-color: #ffd500;}