diff options
author | Armen Kesablyan | 2012-06-21 14:36:32 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 14:36:32 -0700 |
commit | d9f9a65226dfe26500e82061cc38a7dda302f720 (patch) | |
tree | 32ae4d83164e71f83bf60eaaf0969d80a4d1e8b4 /js/panels/Timeline/PropertyTrack.reel/scss | |
parent | 1830a7cf4150087ee12711ea75f1162e6e3c2934 (diff) | |
parent | 9fe9bc495af74d963fa7061d4d1a479720133a56 (diff) | |
download | ninja-d9f9a65226dfe26500e82061cc38a7dda302f720.tar.gz |
Merge branch 'refs/heads/master' into binding
Conflicts:
js/components/hintable.reel/hintable.js
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel/scss')
-rw-r--r-- | js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss b/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss index c7ae6f0c..a560ff3c 100644 --- a/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss +++ b/js/panels/Timeline/PropertyTrack.reel/scss/PropertyTrack.scss | |||
@@ -17,7 +17,8 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | .content-main .collapsible-content .timeline-track { | 19 | .content-main .collapsible-content .timeline-track { |
20 | height: 20px; | 20 | height: 18px; |
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 | ||