diff options
author | hwc487 | 2012-06-28 12:17:22 -0700 |
---|---|---|
committer | hwc487 | 2012-06-28 12:17:22 -0700 |
commit | 230b3d0fdfd29e998b82fef9f1ff5d2ca7ef8596 (patch) | |
tree | 133be243b24260f831252f347ed66f24e2b78136 /js/panels/Timeline/Style.reel/css/Style.css | |
parent | 22cbc9644b79df60b3f6336f9563debd47fb3ea1 (diff) | |
parent | 56d6311f398e04eee3883a5c848fec3b2b53c981 (diff) | |
download | ninja-230b3d0fdfd29e998b82fef9f1ff5d2ca7ef8596.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into Taper
Diffstat (limited to 'js/panels/Timeline/Style.reel/css/Style.css')
-rw-r--r-- | js/panels/Timeline/Style.reel/css/Style.css | 52 |
1 files changed, 16 insertions, 36 deletions
diff --git a/js/panels/Timeline/Style.reel/css/Style.css b/js/panels/Timeline/Style.reel/css/Style.css index bb65b0c7..77035873 100644 --- a/js/panels/Timeline/Style.reel/css/Style.css +++ b/js/panels/Timeline/Style.reel/css/Style.css | |||
@@ -6,31 +6,22 @@ | |||
6 | /* Layer.scss | 6 | /* Layer.scss |
7 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. | 7 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. |
8 | */ | 8 | */ |
9 | /* line 18, ../scss/Style.scss */ | ||
10 | .hidden { | 9 | .hidden { |
11 | display: none; | 10 | display: none; } |
12 | } | ||
13 | 11 | ||
14 | /* line 21, ../scss/Style.scss */ | ||
15 | .row-editor { | 12 | .row-editor { |
16 | position: relative; | 13 | position: relative; |
17 | height: 14px; | 14 | height: 14px; } |
18 | } | ||
19 | 15 | ||
20 | /* line 25, ../scss/Style.scss */ | ||
21 | .style-padding { | 16 | .style-padding { |
22 | padding-left: 5px; | 17 | padding-left: 5px; |
23 | padding-top: 3px; | 18 | padding-top: 3px; |
24 | padding-right: 5px; | 19 | padding-right: 5px; } |
25 | } | ||
26 | 20 | ||
27 | /* line 30, ../scss/Style.scss */ | ||
28 | .style-row { | 21 | .style-row { |
29 | height: 20px; | 22 | height: 20px; |
30 | border-bottom: 1px solid #505050; | 23 | border-bottom: 1px solid #505050; } |
31 | } | ||
32 | 24 | ||
33 | /* line 35, ../scss/Style.scss */ | ||
34 | div.content-style div.editable2 { | 25 | div.content-style div.editable2 { |
35 | height: 14px; | 26 | height: 14px; |
36 | background-color: #242424 !important; | 27 | background-color: #242424 !important; |
@@ -41,18 +32,14 @@ div.content-style div.editable2 { | |||
41 | -webkit-user-select: text; | 32 | -webkit-user-select: text; |
42 | white-space: nowrap; | 33 | white-space: nowrap; |
43 | text-overflow: clip; | 34 | text-overflow: clip; |
44 | width: 100%; | 35 | width: 100%; } |
45 | } | ||
46 | 36 | ||
47 | /* line 49, ../scss/Style.scss */ | ||
48 | .content-style.collapsible-content, | 37 | .content-style.collapsible-content, |
49 | .content-style.collapsible-content div, | 38 | .content-style.collapsible-content div, |
50 | .content-style.collapsible-content span { | 39 | .content-style.collapsible-content span { |
51 | overflow: visible; | 40 | overflow: visible; |
52 | text-overflow: visible; | 41 | text-overflow: visible; } |
53 | } | ||
54 | 42 | ||
55 | /* line 54, ../scss/Style.scss */ | ||
56 | div.content-style div.cell-property, | 43 | div.content-style div.cell-property, |
57 | div.content-style div.cell-value { | 44 | div.content-style div.cell-value { |
58 | width: 45%; | 45 | width: 45%; |
@@ -61,38 +48,31 @@ div.content-style div.cell-value { | |||
61 | overflow: hidden; | 48 | overflow: hidden; |
62 | text-overflow: ellipsis; | 49 | text-overflow: ellipsis; |
63 | white-space: nowrap; | 50 | white-space: nowrap; |
64 | line-height: 18px; | 51 | line-height: 18px; } |
65 | } | ||
66 | 52 | ||
67 | /* line 63, ../scss/Style.scss */ | ||
68 | div.content-style div.cell-property div { | 53 | div.content-style div.cell-property div { |
69 | min-width: 90%; | 54 | min-width: 90%; |
70 | height: 100%; | 55 | height: 100%; |
71 | overflow: hidden; | 56 | overflow: hidden; |
72 | text-overflow: ellipsis; | 57 | text-overflow: ellipsis; |
73 | white-space: nowrap; | 58 | white-space: nowrap; } |
74 | } | ||
75 | 59 | ||
76 | /* line 71, ../scss/Style.scss */ | ||
77 | div.content-style input.nj-skinned { | 60 | div.content-style input.nj-skinned { |
78 | height: 10px; | 61 | height: 10px; |
79 | font-size: 12px; | 62 | font-size: 12px; |
80 | top: -3px; | 63 | top: -3px; } |
81 | } | ||
82 | 64 | ||
83 | /* line 76, ../scss/Style.scss */ | ||
84 | div.style-row .container-propvals { | 65 | div.style-row .container-propvals { |
85 | overflow: hidden; | 66 | overflow: hidden; } |
86 | } | ||
87 | 67 | ||
88 | /* line 80, ../scss/Style.scss */ | ||
89 | .content-style .style-row.selected { | 68 | .content-style .style-row.selected { |
90 | background-color: #474747; | 69 | background-color: #474747; |
91 | color: white; | 70 | color: white; } |
92 | } | ||
93 | 71 | ||
94 | /* line 84, ../scss/Style.scss */ | ||
95 | .content-style .style-row.style-selected { | 72 | .content-style .style-row.style-selected { |
96 | background-color: #b2b2b2; | 73 | background-color: #b2b2b2; |
97 | color: #242424; | 74 | color: #242424; } |
98 | } | 75 | |
76 | .toolColorChipCtrl.color-chip-position { | ||
77 | margin-top: 0px; | ||
78 | height: 14px; } | ||