diff options
Diffstat (limited to 'js/panels/Timeline/Track.reel/css')
-rw-r--r-- | js/panels/Timeline/Track.reel/css/Track.css | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/js/panels/Timeline/Track.reel/css/Track.css b/js/panels/Timeline/Track.reel/css/Track.css deleted file mode 100644 index b717acf1..00000000 --- a/js/panels/Timeline/Track.reel/css/Track.css +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | .tracklane{ | ||
8 | height: 19px; | ||
9 | width: 100%; | ||
10 | color: white; | ||
11 | padding-top: 2px; | ||
12 | border-bottom: #444; | ||
13 | border-bottom-style: solid; | ||
14 | border-bottom-width: thin; | ||
15 | background-image: url("../images/gridline.jpg"); | ||
16 | overflow: hidden; | ||
17 | } | ||
18 | |||
19 | .keyframe{ | ||
20 | position: absolute; | ||
21 | height: 16px; | ||
22 | width: 4px; | ||
23 | background-color: white; | ||
24 | |||
25 | } | ||
26 | |||
27 | .defaultSpan{ | ||
28 | position: absolute; | ||
29 | height: 16px; | ||
30 | opacity: 0.3; | ||
31 | background-color: white; | ||
32 | } \ No newline at end of file | ||