diff options
author | Jose Antonio Marquez | 2012-07-12 16:06:11 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-07-12 16:06:11 -0700 |
commit | 2dd8fabacf115cf32e38115a472f3f2c59926135 (patch) | |
tree | ecb1c5b7158f9da162a3204dae03a06a02f63ff3 /js/ninja.reel | |
parent | 688e22dc367f37d4b8734a37daa3b823ea450295 (diff) | |
download | ninja-2dd8fabacf115cf32e38115a472f3f2c59926135.tar.gz |
Improving Document Bar UI
Setting up new document bar UI to then set up switching document view modes. Improving layout of component and cleaning up. Added icons and button UI.
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.html b/js/ninja.reel/ninja.html index 0eeb468c..17726712 100755 --- a/js/ninja.reel/ninja.html +++ b/js/ninja.reel/ninja.html | |||
@@ -482,16 +482,20 @@ POSSIBILITY OF SUCH DAMAGE. | |||
482 | <section data-montage-id="stageAndScenesContainer"></section> | 482 | <section data-montage-id="stageAndScenesContainer"></section> |
483 | <section data-montage-id="pasteboardResizer" class="pasteboardResizer resizeBar"></section> | 483 | <section data-montage-id="pasteboardResizer" class="pasteboardResizer resizeBar"></section> |
484 | </section> | 484 | </section> |
485 | <section data-montage-id="timelineResizer" class="timelineResizer resizeBar"></section> | 485 | |
486 | <section id="stateBar"> | 486 | <section id="stateBar"> |
487 | <section id="documentBarContainer"> | 487 | <section id="documentBarContainer"> |
488 | <div data-montage-id="documentBar" class="documentBar" style="display:block"></div> | 488 | <div data-montage-id="documentBar" class="documentBar" style="display:block"></div> |
489 | <div data-montage-id="editorViewOptions" class="editorViewOptions" style="display:none"></div> | 489 | <div data-montage-id="editorViewOptions" class="editorViewOptions" style="display:none"></div> |
490 | </section> | 490 | </section> |
491 | </section> | 491 | </section> |
492 | 492 | ||
493 | <section data-montage-id="timelineResizer" class="timelineResizer resizeBar"></section> | ||
494 | |||
493 | <section data-montage-id="breadCrumbComponent"></section> | 495 | <section data-montage-id="breadCrumbComponent"></section> |
496 | |||
494 | <div data-montage-id="timelinePanelComponent" class="timelinePanel"></div> | 497 | <div data-montage-id="timelinePanelComponent" class="timelinePanel"></div> |
498 | |||
495 | </section> | 499 | </section> |
496 | </section> | 500 | </section> |
497 | 501 | ||