aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/css
diff options
context:
space:
mode:
authorPushkar Joshi2012-02-24 12:08:49 -0800
committerPushkar Joshi2012-02-24 12:08:49 -0800
commit03ca7a5ed13c25faaa9100bb666e062fd15335e6 (patch)
treec51112223ceb9121cd595a60335eb2795215590f /js/panels/Timeline/TimelineTrack.reel/css
parentfcb12cc09eb3cd3b42bd215877ba18f449275b75 (diff)
parent053fc63a2950c7a5ee4ebf98033b64d474a3c46e (diff)
downloadninja-03ca7a5ed13c25faaa9100bb666e062fd15335e6.tar.gz
Merge branch 'pentool' into brushtool
Conflicts: imports/codemirror/mode/scheme/scheme.js js/tools/BrushTool.js
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/css')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css
new file mode 100644
index 00000000..57e4dce6
--- /dev/null
+++ b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css
@@ -0,0 +1,62 @@
1@charset "UTF-8";
2
3/* <copyright>
4 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
5 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
6 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
7 </copyright> */
8
9/* TimelineTrack.scss
10 * Main SCSS file for TimelineTrack component, compiled by SASS into the file css/TimelineTrack.css.
11 */
12/* line 16, ../scss/TimelineTrack.scss */
13.tracklane {
14 height: 19px;
15 width: 100%;
16 color: white;
17 padding-top: 2px;
18 border-bottom: #444;
19 border-bottom-style: solid;
20 border-bottom-width: thin;
21 background-image: url("../images/gridline.jpg");
22 overflow: hidden;
23}
24
25/* line 28, ../scss/TimelineTrack.scss */
26.keyframe {
27 position: absolute;
28 height: 16px;
29 width: 4px;
30 background-color: white;
31}
32
33/* line 36, ../scss/TimelineTrack.scss */
34.defaultSpan {
35 position: absolute;
36 height: 16px;
37 opacity: 0.3;
38 background-color: white;
39}
40
41/* line 45, ../scss/TimelineTrack.scss */
42.tl_layertracks .content-position {
43 height: 63px;
44}
45
46/* line 48, ../scss/TimelineTrack.scss */
47.tl_layertracks .content-transform {
48 height: 106px;
49}
50
51/* line 52, ../scss/TimelineTrack.scss */
52.tl_layertracks .collapsible-content.collapsible-collapsed {
53 overflow: hidden;
54 height: 0px;
55}
56
57/* line 57, ../scss/TimelineTrack.scss */
58.tl_layertracks .collapsible-content .collapsible-label {
59 height: 21px;
60 background-color: #474747;
61 color: white;
62}