diff options
author | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
commit | bf6bed611714053aabc0d38978bddd62873d04aa (patch) | |
tree | f648fa7842f3dc6011da08aaab0bedb445d43b58 /js/panels/Timeline/Span.reel/css/Span.css | |
parent | 54b15b3c39835ea999d9ddd8038a5531630e266d (diff) | |
parent | c8fc6d15e1570e89243abe527cd149e354f7e11f (diff) | |
download | ninja-bf6bed611714053aabc0d38978bddd62873d04aa.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/panels/Timeline/Span.reel/css/Span.css')
-rw-r--r-- | js/panels/Timeline/Span.reel/css/Span.css | 65 |
1 files changed, 56 insertions, 9 deletions
diff --git a/js/panels/Timeline/Span.reel/css/Span.css b/js/panels/Timeline/Span.reel/css/Span.css index 198d71f3..040379ea 100644 --- a/js/panels/Timeline/Span.reel/css/Span.css +++ b/js/panels/Timeline/Span.reel/css/Span.css | |||
@@ -1,17 +1,64 @@ | |||
1 | @charset "UTF-8"; | ||
1 | /* <copyright> | 2 | /* <copyright> |
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | 3 | 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 | 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 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. |
5 | </copyright> */ | 6 | </copyright> */ |
7 | /* Span.scss | ||
8 | * Main SCSS file for Span component, compiled by SASS into the file css/Span.css. | ||
9 | */ | ||
10 | /* line 22, ../scss/Span.scss */ | ||
11 | .tween_span { | ||
12 | position: absolute; | ||
13 | height: 16px; | ||
14 | } | ||
15 | |||
16 | /* line 26, ../scss/Span.scss */ | ||
17 | .tween_span .tween_span_bar { | ||
18 | width: 100%; | ||
19 | height: 100%; | ||
20 | background-color: #fff; | ||
21 | opacity: 0.15; | ||
22 | } | ||
23 | |||
24 | /* line 33, ../scss/Span.scss */ | ||
25 | .tween_span.spanHighlight .tween_span_bar { | ||
26 | background-color: #a0c8ff; | ||
27 | opacity: 0.4; | ||
28 | } | ||
6 | 29 | ||
7 | .tween_span{ | 30 | /* line 38, ../scss/Span.scss */ |
8 | position: absolute; | 31 | .container-easing-choice { |
9 | height: 16px; | 32 | position: absolute; |
10 | opacity: 0.15; | 33 | top: 2px; |
11 | background-color: white; | 34 | right: 8px; |
35 | font-size: 10px; | ||
36 | line-height: 8px; | ||
37 | border: 1px solid black; | ||
38 | color: white; | ||
39 | background-color: #474747; | ||
12 | } | 40 | } |
13 | 41 | ||
14 | .tween_span.spanHighlight{ | 42 | /* line 50, ../scss/Span.scss */ |
15 | background-color: #a0c8ff; | 43 | .container-easing-choice, |
16 | opacity: 0.4; | 44 | .container-easing-choice .easing-choice, |
17 | } \ No newline at end of file | 45 | .container-easing-choices .easing-choices { |
46 | font-size: 10px; | ||
47 | width: 70px; | ||
48 | white-space: nowrap; | ||
49 | } | ||
50 | |||
51 | /* line 56, ../scss/Span.scss */ | ||
52 | .container-easing-choice, | ||
53 | .container-easing-choice .easing-choice { | ||
54 | height: 10px; | ||
55 | } | ||
56 | |||
57 | /* line 59, ../scss/Span.scss */ | ||
58 | .container-easing-choice .easing-choice { | ||
59 | position: absolute; | ||
60 | top: 0px; | ||
61 | left: 3px; | ||
62 | width: 67px; | ||
63 | cursor: pointer; | ||
64 | } | ||