aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/css
diff options
context:
space:
mode:
authorJon Reid2012-04-02 17:11:30 -0700
committerJon Reid2012-04-02 17:11:30 -0700
commit6e9c9fd4d715567394038705e7a6ef7935e451d3 (patch)
treea95756666b514a819057c3320fc9544bc32ec994 /js/panels/Timeline/Layer.reel/css
parentd480bea18450990131dc2e69b7f097aea1b26af0 (diff)
downloadninja-6e9c9fd4d715567394038705e7a6ef7935e451d3.tar.gz
Timeline: Bug fix: IKNINJA-1431, "Adding a new element to the stage with one
layer in focus whose name is empty, Ninja creates an empty name layer for the element."
Diffstat (limited to 'js/panels/Timeline/Layer.reel/css')
-rw-r--r--js/panels/Timeline/Layer.reel/css/Layer.css50
1 files changed, 30 insertions, 20 deletions
diff --git a/js/panels/Timeline/Layer.reel/css/Layer.css b/js/panels/Timeline/Layer.reel/css/Layer.css
index 8e36c2db..1aae8d67 100644
--- a/js/panels/Timeline/Layer.reel/css/Layer.css
+++ b/js/panels/Timeline/Layer.reel/css/Layer.css
@@ -139,7 +139,12 @@
139 font-size: 11px; 139 font-size: 11px;
140} 140}
141 141
142/* line 130, ../scss/Layer.scss */ 142/* line 132, ../scss/Layer.scss */
143.label-layer .collapsible-label br {
144 display: none;
145}
146
147/* line 136, ../scss/Layer.scss */
143.collapsible-clicker { 148.collapsible-clicker {
144 position: absolute; 149 position: absolute;
145 width: 10px; 150 width: 10px;
@@ -152,23 +157,23 @@
152 background-repeat: no-repeat; 157 background-repeat: no-repeat;
153} 158}
154 159
155/* line 141, ../scss/Layer.scss */ 160/* line 147, ../scss/Layer.scss */
156.collapsible-clicker.collapsible-collapsed { 161.collapsible-clicker.collapsible-collapsed {
157 background-image: url(../images/icon-collapsed.png); 162 background-image: url(../images/icon-collapsed.png);
158} 163}
159 164
160/* line 144, ../scss/Layer.scss */ 165/* line 150, ../scss/Layer.scss */
161.collapsible-content .collapsible-clicker { 166.collapsible-content .collapsible-clicker {
162 left: 12px; 167 left: 12px;
163} 168}
164 169
165/* line 147, ../scss/Layer.scss */ 170/* line 153, ../scss/Layer.scss */
166.container-layer .collapsible-content.collapsible-collapsed { 171.container-layer .collapsible-content.collapsible-collapsed {
167 height: 0px; 172 height: 0px;
168 overflow: hidden; 173 overflow: hidden;
169} 174}
170 175
171/* line 153, ../scss/Layer.scss */ 176/* line 159, ../scss/Layer.scss */
172.label-layer .cssbutton, 177.label-layer .cssbutton,
173.label-style .cssbutton { 178.label-style .cssbutton {
174 width: 14px; 179 width: 14px;
@@ -178,21 +183,21 @@
178 background-repeat: no-repeat; 183 background-repeat: no-repeat;
179} 184}
180 185
181/* line 160, ../scss/Layer.scss */ 186/* line 166, ../scss/Layer.scss */
182.label-layer .button-lock { 187.label-layer .button-lock {
183 background-image: url(../images/icon-lock.png); 188 background-image: url(../images/icon-lock.png);
184 top: 3px; 189 top: 3px;
185 right: 27px; 190 right: 27px;
186} 191}
187 192
188/* line 165, ../scss/Layer.scss */ 193/* line 171, ../scss/Layer.scss */
189.label-layer .button-visible { 194.label-layer .button-visible {
190 background-image: url(../images/icon-eye.png); 195 background-image: url(../images/icon-eye.png);
191 top: 3px; 196 top: 3px;
192 right: 7px; 197 right: 7px;
193} 198}
194 199
195/* line 170, ../scss/Layer.scss */ 200/* line 176, ../scss/Layer.scss */
196.label-style .button-add { 201.label-style .button-add {
197 background-image: url(../images/icon-plus.png); 202 background-image: url(../images/icon-plus.png);
198 width: 15px; 203 width: 15px;
@@ -201,7 +206,7 @@
201 right: 11px; 206 right: 11px;
202} 207}
203 208
204/* line 177, ../scss/Layer.scss */ 209/* line 183, ../scss/Layer.scss */
205.label-style .button-delete { 210.label-style .button-delete {
206 background-image: url(../images/icon-minus.png); 211 background-image: url(../images/icon-minus.png);
207 width: 15px; 212 width: 15px;
@@ -210,17 +215,17 @@
210 right: 31px; 215 right: 31px;
211} 216}
212 217
213/* line 184, ../scss/Layer.scss */ 218/* line 190, ../scss/Layer.scss */
214.collapsible-content .layout-table { 219.collapsible-content .layout-table {
215 width: 99.9%; 220 width: 99.9%;
216} 221}
217 222
218/* line 187, ../scss/Layer.scss */ 223/* line 193, ../scss/Layer.scss */
219.content-layer .collapsible-content { 224.content-layer .collapsible-content {
220 padding-left: 30px; 225 padding-left: 30px;
221} 226}
222 227
223/* line 190, ../scss/Layer.scss */ 228/* line 196, ../scss/Layer.scss */
224.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { 229.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell {
225 width: 40%; 230 width: 40%;
226 height: 20px; 231 height: 20px;
@@ -229,24 +234,24 @@
229 text-align: left; 234 text-align: left;
230} 235}
231 236
232/* line 197, ../scss/Layer.scss */ 237/* line 203, ../scss/Layer.scss */
233.collapsible-content .layout-table:first-child { 238.collapsible-content .layout-table:first-child {
234 border-top: 1px solid #505050; 239 border-top: 1px solid #505050;
235} 240}
236 241
237/* line 201, ../scss/Layer.scss */ 242/* line 207, ../scss/Layer.scss */
238.collapsible-content .hottextunit { 243.collapsible-content .hottextunit {
239 width: auto; 244 width: auto;
240} 245}
241 246
242/* line 204, ../scss/Layer.scss */ 247/* line 210, ../scss/Layer.scss */
243.collapsible-transition { 248.collapsible-transition {
244 -webkit-transition-property: height; 249 -webkit-transition-property: height;
245 -webkit-transition-duration: 200ms; 250 -webkit-transition-duration: 200ms;
246 -webkit-transition-timing-function: ease-in; 251 -webkit-transition-timing-function: ease-in;
247} 252}
248 253
249/* line 212, ../scss/Layer.scss */ 254/* line 218, ../scss/Layer.scss */
250.editable2 { 255.editable2 {
251 height: 20px; 256 height: 20px;
252 background-color: #242424 !important; 257 background-color: #242424 !important;
@@ -258,24 +263,29 @@
258 text-overflow: clip; 263 text-overflow: clip;
259} 264}
260 265
261/* line 223, ../scss/Layer.scss */ 266/* line 228, ../scss/Layer.scss */
267.editable2 br {
268 display: inline;
269}
270
271/* line 232, ../scss/Layer.scss */
262.label-style .disabled { 272.label-style .disabled {
263 cursor: default; 273 cursor: default;
264} 274}
265 275
266/* styles elements */ 276/* styles elements */
267/* line 228, ../scss/Layer.scss */ 277/* line 237, ../scss/Layer.scss */
268.content-style .item-template { 278.content-style .item-template {
269 display: none; 279 display: none;
270} 280}
271 281
272/* line 231, ../scss/Layer.scss */ 282/* line 240, ../scss/Layer.scss */
273.content-style .layout-row.selected .layout-cell { 283.content-style .layout-row.selected .layout-cell {
274 background-color: #b2b2b2; 284 background-color: #b2b2b2;
275 color: #242424; 285 color: #242424;
276} 286}
277 287
278/* line 235, ../scss/Layer.scss */ 288/* line 244, ../scss/Layer.scss */
279.style-row { 289.style-row {
280 height: 20px; 290 height: 20px;
281} 291}