aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
diff options
context:
space:
mode:
authorhwc4872012-02-28 12:58:09 -0800
committerhwc4872012-02-28 12:58:09 -0800
commit347fc28227d822e9fea3fa823fae79cf14ea041c (patch)
tree180e7ee1ad092397b05c0452e75d456fa0a3abb7 /js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
parented16298e4323b733f6dc957c307dc07036fa3569 (diff)
parent7c9291a5bab4abd849547f8878f6fb962fc88250 (diff)
downloadninja-347fc28227d822e9fea3fa823fae79cf14ea041c.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into integration
Diffstat (limited to 'js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css')
-rw-r--r--js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css b/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
index 8e45305a..cb119a14 100644
--- a/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
+++ b/js/panels/Timeline/PropertyTrack.reel/css/PropertyTrack.css
@@ -3,17 +3,17 @@
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> 3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6
7/* PropertyTrack.scss 6/* PropertyTrack.scss
8 * Main SCSS file for PropertyTrack component, compiled by SASS into the file css/PropertyTrack.css. 7 * Main SCSS file for PropertyTrack component, compiled by SASS into the file css/PropertyTrack.css.
9 */ 8 */
10/* line 13, ../scss/PropertyTrack.scss */ 9/* line 19, ../scss/PropertyTrack.scss */
11.content-main .collapsible-content .timeline-track { 10.content-main .collapsible-content .timeline-track {
12 height: 20px; 11 height: 20px;
13 border-bottom: 1px solid #505050; 12 border-bottom: 1px solid #505050;
13 background-image: url("../images/gridline.jpg");
14} 14}
15 15
16/* line 19, ../scss/PropertyTrack.scss */ 16/* line 26, ../scss/PropertyTrack.scss */
17.timeline-track .content-main { 17.timeline-track .content-main {
18 background-color: #474747; 18 background-color: #474747;
19} 19}