aboutsummaryrefslogtreecommitdiff
path: root/js/ninja.reel/ninja.html
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-27 21:17:29 -0800
committerValerio Virgillito2012-02-27 21:17:29 -0800
commitdb5db0a92c1fb67eac262c33d4fbf776ceabbb3c (patch)
tree5067bf199ba998dae1ee42de49fc98c989198237 /js/ninja.reel/ninja.html
parent8125c8c6c9431067840d81c46624b6a2dd5eb4a7 (diff)
downloadninja-db5db0a92c1fb67eac262c33d4fbf776ceabbb3c.tar.gz
breadcrumb cleanup and moving the resized on top of the timeline panel
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel/ninja.html')
-rwxr-xr-xjs/ninja.reel/ninja.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html
index 1393b4b9..191aef8a 100755
--- a/js/ninja.reel/ninja.html
+++ b/js/ninja.reel/ninja.html
@@ -181,7 +181,13 @@
181 "name": "Breadcrumb", 181 "name": "Breadcrumb",
182 "properties":{ 182 "properties":{
183 "element":{"#" : "breadCrumbComponent"} 183 "element":{"#" : "breadCrumbComponent"}
184 184 },
185 "bindings" : {
186 "container": {
187 "boundObject": {"@": "owner"},
188 "boundObjectPropertyPath": "currentSelectedContainer",
189 "oneway": false
190 }
185 } 191 }
186 }, 192 },
187 193
@@ -369,10 +375,10 @@
369 </section> 375 </section>
370 </section> 376 </section>
371 377
378 <section id="breadCrumbComponent"></section>
379
372 <section id="timelineResizer" class="timelineResizer resizeBar"></section> 380 <section id="timelineResizer" class="timelineResizer resizeBar"></section>
373 <section id="breadCrumbTrail"> 381
374 <div id="breadCrumbComponent"></div>
375 </section>
376 <section id="bottomPanelContainer" class="panelContainer"> 382 <section id="bottomPanelContainer" class="panelContainer">
377 <section id="timelinePanel" class="panel"> 383 <section id="timelinePanel" class="panel">
378 <div id="timelinePanelComponent"></div> 384 <div id="timelinePanelComponent"></div>