aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-06-21 14:36:32 -0700
committerArmen Kesablyan2012-06-21 14:36:32 -0700
commitd9f9a65226dfe26500e82061cc38a7dda302f720 (patch)
tree32ae4d83164e71f83bf60eaaf0969d80a4d1e8b4 /js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
parent1830a7cf4150087ee12711ea75f1162e6e3c2934 (diff)
parent9fe9bc495af74d963fa7061d4d1a479720133a56 (diff)
downloadninja-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/css/PropertyTrack.css')
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css b/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
index cb119a14..5d71e2e7 100644
--- a/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
+++ b/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
@@ -8,12 +8,19 @@
8 */ 8 */
9/* line 19, ../scss/PropertyTrack.scss */ 9/* line 19, ../scss/PropertyTrack.scss */
10.content-main .collapsible-content .timeline-track { 10.content-main .collapsible-content .timeline-track {
11 height: 20px; 11 height: 18px;
12 padding-top: 2px;
12 border-bottom: 1px solid #505050; 13 border-bottom: 1px solid #505050;
13 background-image: url("../images/gridline.jpg"); 14 background-image: url("../images/gridline.jpg");
14} 15}
15 16
16/* line 26, ../scss/PropertyTrack.scss */ 17/* line 27, ../scss/PropertyTrack.scss */
17.timeline-track .content-main { 18.timeline-track .content-main {
18 background-color: #474747; 19 background-color: #474747;
19} 20}
21
22/* line 31, ../scss/PropertyTrack.scss */
23.prop-track .collapsible-content.collapsible-collapsed {
24 overflow: hidden;
25 height: 0px;
26}