aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/css
diff options
context:
space:
mode:
authorJon Reid2012-04-05 11:22:42 -0700
committerJon Reid2012-04-05 11:22:42 -0700
commitd07b97043b69335136a5946ef161d721c95d1ce9 (patch)
treeb84a37a3a532e8843dd1fe664a60cca286317213 /js/panels/Timeline/Layer.reel/css
parent969137ba4520103348a496ac9b99063dc4ec8f96 (diff)
downloadninja-d07b97043b69335136a5946ef161d721c95d1ce9.tar.gz
Timeline: Bug fix: IKNINJA-1435
Diffstat (limited to 'js/panels/Timeline/Layer.reel/css')
-rw-r--r--js/panels/Timeline/Layer.reel/css/Layer.css43
1 files changed, 34 insertions, 9 deletions
diff --git a/js/panels/Timeline/Layer.reel/css/Layer.css b/js/panels/Timeline/Layer.reel/css/Layer.css
index 2ea1e0f6..50e664c4 100644
--- a/js/panels/Timeline/Layer.reel/css/Layer.css
+++ b/js/panels/Timeline/Layer.reel/css/Layer.css
@@ -227,32 +227,57 @@
227} 227}
228 228
229/* line 197, ../scss/Layer.scss */ 229/* line 197, ../scss/Layer.scss */
230.collapsible-content .collapsible-content .layout-table .layout-row {
231 height: 20px;
232 overflow: hidden;
233}
234
235/* line 201, ../scss/Layer.scss */
230.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { 236.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell {
231 width: 40%; 237 width: 40%;
232 height: 20px; 238 height: 20px;
233 border-bottom: 1px solid #505050; 239 border-bottom: 1px solid #505050;
234 line-height: 20px; 240 line-height: 20px;
235 text-align: left; 241 text-align: left;
242 overflow: hidden;
243}
244
245/* line 210, ../scss/Layer.scss */
246.collapsible-content .collapsible-content .container-row {
247 border-bottom: 1px solid #505050;
248 height: 20px;
249}
250
251/* line 216, ../scss/Layer.scss */
252.collapsible-content .collapsible-content .cell-property,
253.collapsible-content .collapsible-content .cell-value {
254 width: 45%;
255 float: left;
256 height: 20px;
257 overflow: hidden;
258 text-overflow: ellipsis;
259 white-space: nowrap;
260 line-height: 18px;
236} 261}
237 262
238/* line 204, ../scss/Layer.scss */ 263/* line 228, ../scss/Layer.scss */
239.collapsible-content .layout-table:first-child { 264.collapsible-content .layout-table:first-child {
240 border-top: 1px solid #505050; 265 border-top: 1px solid #505050;
241} 266}
242 267
243/* line 208, ../scss/Layer.scss */ 268/* line 232, ../scss/Layer.scss */
244.collapsible-content .hottextunit { 269.collapsible-content .hottextunit {
245 width: auto; 270 width: auto;
246} 271}
247 272
248/* line 211, ../scss/Layer.scss */ 273/* line 235, ../scss/Layer.scss */
249.collapsible-transition { 274.collapsible-transition {
250 -webkit-transition-property: height; 275 -webkit-transition-property: height;
251 -webkit-transition-duration: 200ms; 276 -webkit-transition-duration: 200ms;
252 -webkit-transition-timing-function: ease-in; 277 -webkit-transition-timing-function: ease-in;
253} 278}
254 279
255/* line 219, ../scss/Layer.scss */ 280/* line 243, ../scss/Layer.scss */
256.editable2 { 281.editable2 {
257 height: 20px; 282 height: 20px;
258 background-color: #242424 !important; 283 background-color: #242424 !important;
@@ -264,29 +289,29 @@
264 text-overflow: clip; 289 text-overflow: clip;
265} 290}
266 291
267/* line 229, ../scss/Layer.scss */ 292/* line 253, ../scss/Layer.scss */
268.editable2 br { 293.editable2 br {
269 display: inline; 294 display: inline;
270} 295}
271 296
272/* line 233, ../scss/Layer.scss */ 297/* line 257, ../scss/Layer.scss */
273.label-style .disabled { 298.label-style .disabled {
274 cursor: default; 299 cursor: default;
275} 300}
276 301
277/* styles elements */ 302/* styles elements */
278/* line 238, ../scss/Layer.scss */ 303/* line 262, ../scss/Layer.scss */
279.content-style .item-template { 304.content-style .item-template {
280 display: none; 305 display: none;
281} 306}
282 307
283/* line 241, ../scss/Layer.scss */ 308/* line 265, ../scss/Layer.scss */
284.content-style .layout-row.selected .layout-cell { 309.content-style .layout-row.selected .layout-cell {
285 background-color: #b2b2b2; 310 background-color: #b2b2b2;
286 color: #242424; 311 color: #242424;
287} 312}
288 313
289/* line 245, ../scss/Layer.scss */ 314/* line 269, ../scss/Layer.scss */
290.style-row { 315.style-row {
291 height: 20px; 316 height: 20px;
292} 317}