diff options
author | Kruti Shah | 2012-07-17 12:40:00 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-17 12:40:00 -0700 |
commit | bf2d7bdb22c28089dc1067bc9094ebc590daac87 (patch) | |
tree | 2156d9920ea1b7db49ed6460545fea7cda121bae /js/panels/Timeline/Style.reel/scss | |
parent | 7e2c2dbd040ed79a3f0678f91bd4b6db9cf69231 (diff) | |
parent | b4b3e45d6684e77d361b4f8ca5be4889428320c5 (diff) | |
download | ninja-bf2d7bdb22c28089dc1067bc9094ebc590daac87.tar.gz |
Merge branch 'refs/heads/TimelineUberJD' into Timeline-local-kruti
Diffstat (limited to 'js/panels/Timeline/Style.reel/scss')
-rw-r--r-- | js/panels/Timeline/Style.reel/scss/Style.scss | 89 |
1 files changed, 45 insertions, 44 deletions
diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss index 3fec5797..2d1947b0 100644 --- a/js/panels/Timeline/Style.reel/scss/Style.scss +++ b/js/panels/Timeline/Style.reel/scss/Style.scss | |||
@@ -1,24 +1,25 @@ | |||
1 | /* <copyright> | 1 | /* <copyright> |
2 | Copyright (c) 2012, Motorola Mobility, Inc | 2 | Copyright (c) 2012, Motorola Mobility LLC. |
3 | All Rights Reserved. | 3 | All Rights Reserved. |
4 | BSD License. | ||
5 | 4 | ||
6 | Redistribution and use in source and binary forms, with or without | 5 | Redistribution and use in source and binary forms, with or without |
7 | modification, are permitted provided that the following conditions are met: | 6 | modification, are permitted provided that the following conditions are met: |
8 | 7 | ||
9 | - Redistributions of source code must retain the above copyright notice, | 8 | * Redistributions of source code must retain the above copyright notice, |
10 | this list of conditions and the following disclaimer. | 9 | this list of conditions and the following disclaimer. |
11 | - Redistributions in binary form must reproduce the above copyright | 10 | |
12 | notice, this list of conditions and the following disclaimer in the | 11 | * Redistributions in binary form must reproduce the above copyright notice, |
13 | documentation and/or other materials provided with the distribution. | 12 | this list of conditions and the following disclaimer in the documentation |
14 | - Neither the name of Motorola Mobility nor the names of its contributors | 13 | and/or other materials provided with the distribution. |
15 | may be used to endorse or promote products derived from this software | 14 | |
16 | without specific prior written permission. | 15 | * Neither the name of Motorola Mobility LLC nor the names of its |
16 | contributors may be used to endorse or promote products derived from this | ||
17 | software without specific prior written permission. | ||
17 | 18 | ||
18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | 19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
19 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
20 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
21 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | 22 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
22 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | 23 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
23 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | 24 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
24 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | 25 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
@@ -31,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
31 | /* Layer.scss | 32 | /* Layer.scss |
32 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. | 33 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. |
33 | */ | 34 | */ |
34 | 35 | ||
35 | // Import theme settings | 36 | // Import theme settings |
36 | @import "../../../../../scss/imports/themes/default/colors"; | 37 | @import "../../../../../scss/imports/themes/default/colors"; |
37 | @import "../../../../../scss/imports/themes/default/mixins"; | 38 | @import "../../../../../scss/imports/themes/default/mixins"; |
@@ -40,29 +41,29 @@ POSSIBILITY OF SUCH DAMAGE. | |||
40 | @import "../../../../../scss/imports/scss/mixins"; | 41 | @import "../../../../../scss/imports/scss/mixins"; |
41 | 42 | ||
42 | .hidden { | 43 | .hidden { |
43 | display: none; | 44 | display: none; |
44 | } | 45 | } |
45 | .row-editor { | 46 | .row-editor { |
46 | position: relative; | 47 | position: relative; |
47 | height: 14px; | 48 | height: 14px; |
48 | } | 49 | } |
49 | .style-padding { | 50 | .style-padding { |
50 | padding-left: 5px; | 51 | padding-left: 5px; |
51 | padding-top: 3px; | 52 | padding-top: 3px; |
52 | padding-right: 5px; | 53 | padding-right: 5px; |
53 | } | 54 | } |
54 | .style-row { | 55 | .style-row { |
55 | height: 20px; | 56 | height: 20px; |
56 | border-bottom: 1px solid $color-menu-divider; | 57 | border-bottom: 1px solid $color-menu-divider; |
57 | } | 58 | } |
58 | 59 | ||
59 | div.content-style div.editable2 { | 60 | div.content-style div.editable2 { |
60 | height: 14px; | 61 | height: 14px; |
61 | background-color: $color-panel-hilite-text !IMPORTANT; | 62 | background-color: $color-panel-hilite-text !IMPORTANT; |
62 | color: $color-panel-hilite-bg !IMPORTANT; | 63 | color: $color-panel-hilite-bg !IMPORTANT; |
63 | border-width: 0px; | 64 | border-width: 0px; |
64 | font-size: 11px; | 65 | font-size: 11px; |
65 | overflow: hidden; | 66 | overflow: hidden; |
66 | -webkit-user-select: text; | 67 | -webkit-user-select: text; |
67 | white-space: nowrap; | 68 | white-space: nowrap; |
68 | text-overflow: clip; | 69 | text-overflow: clip; |
@@ -71,34 +72,34 @@ div.content-style div.editable2 { | |||
71 | .content-style.collapsible-content, | 72 | .content-style.collapsible-content, |
72 | .content-style.collapsible-content div, | 73 | .content-style.collapsible-content div, |
73 | .content-style.collapsible-content span { | 74 | .content-style.collapsible-content span { |
74 | overflow: visible; | 75 | overflow: visible; |
75 | text-overflow: visible; | 76 | text-overflow: visible; |
76 | } | 77 | } |
77 | div.content-style div.cell-property, | 78 | div.content-style div.cell-property, |
78 | div.content-style div.cell-value { | 79 | div.content-style div.cell-value { |
79 | width: 45%; | 80 | width: 45%; |
80 | float: left; | 81 | float: left; |
81 | height: 18px; | 82 | height: 18px; |
82 | overflow: hidden; | 83 | overflow: hidden; |
83 | text-overflow: ellipsis; | 84 | text-overflow: ellipsis; |
84 | white-space: nowrap; | 85 | white-space: nowrap; |
85 | line-height: 18px; | 86 | line-height: 18px; |
86 | } | 87 | } |
87 | div.content-style div.cell-property div { | 88 | div.content-style div.cell-property div { |
88 | min-width: 90%; | 89 | min-width: 90%; |
89 | height: 100%; | 90 | height: 100%; |
90 | overflow: hidden; | 91 | overflow: hidden; |
91 | text-overflow: ellipsis; | 92 | text-overflow: ellipsis; |
92 | white-space: nowrap; | 93 | white-space: nowrap; |
93 | } | 94 | } |
94 | 95 | ||
95 | div.content-style input.nj-skinned { | 96 | div.content-style input.nj-skinned { |
96 | height: 10px; | 97 | height: 10px; |
97 | font-size: 12px; | 98 | font-size: 12px; |
98 | top: -3px; | 99 | top: -3px; |
99 | } | 100 | } |
100 | div.style-row .container-propvals { | 101 | div.style-row .container-propvals { |
101 | overflow: hidden; | 102 | overflow: hidden; |
102 | } | 103 | } |
103 | 104 | ||
104 | .content-style .style-row.selected { | 105 | .content-style .style-row.selected { |