diff options
author | Jonathan Duran | 2012-05-03 23:09:48 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-05-03 23:09:48 -0700 |
commit | 54fd77320dcce93987c138923bcb8a9b9899c4c0 (patch) | |
tree | f9fd14935c1749a10f37476d55605f43776499e2 /js/panels/Timeline/PropertyTrack.reel/scss | |
parent | fec9ccee11ea21ffc95edce6e89d0d302b63e3d8 (diff) | |
download | ninja-54fd77320dcce93987c138923bcb8a9b9899c4c0.tar.gz |
apply old stash to new branch
initial work and stubs for sub property support. serialization for property track components and classes
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel/scss')
2 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/scss/.sass-cache/a26ed2cbe268f8c721d1b1d8dfa075c8c5b47e72/PropertyTrack.scssc b/js/panels/Timeline/PropertyTrack.reel/scss/.sass-cache/a26ed2cbe268f8c721d1b1d8dfa075c8c5b47e72/PropertyTrack.scssc new file mode 100644 index 00000000..38b8b6fe --- /dev/null +++ b/js/panels/Timeline/PropertyTrack.reel/scss/.sass-cache/a26ed2cbe268f8c721d1b1d8dfa075c8c5b47e72/PropertyTrack.scssc | |||
Binary files differ | |||
diff --git a/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss b/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss index c7ae6f0c..31aed851 100644 --- a/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss +++ b/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | .content-main .collapsible-content .timeline-track { | 19 | .content-main .collapsible-content .timeline-track { |
20 | height: 20px; | 20 | height: 20px; |
21 | padding-top: 2px; | ||
21 | border-bottom: 1px solid $color-menu-divider; | 22 | border-bottom: 1px solid $color-menu-divider; |
22 | background-image: url("../images/gridline.jpg"); | 23 | background-image: url("../images/gridline.jpg"); |
23 | } | 24 | } |
@@ -26,3 +27,8 @@ | |||
26 | .timeline-track .content-main { | 27 | .timeline-track .content-main { |
27 | background-color: $color-menu-bg; | 28 | background-color: $color-menu-bg; |
28 | } | 29 | } |
30 | |||
31 | .prop-track .collapsible-content.collapsible-collapsed { | ||
32 | overflow: hidden; | ||
33 | height: 0px; | ||
34 | } \ No newline at end of file | ||