From a39bad832722a10f6556f91e94c3301a41f59bd5 Mon Sep 17 00:00:00 2001 From: Jonathan Duran Date: Mon, 6 Feb 2012 13:30:49 -0800 Subject: merge new timeline Signed-off-by: Jonathan Duran --- js/panels/Timeline/Track.reel/css/Track.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 js/panels/Timeline/Track.reel/css/Track.css (limited to 'js/panels/Timeline/Track.reel/css') diff --git a/js/panels/Timeline/Track.reel/css/Track.css b/js/panels/Timeline/Track.reel/css/Track.css new file mode 100644 index 00000000..c2353bac --- /dev/null +++ b/js/panels/Timeline/Track.reel/css/Track.css @@ -0,0 +1,26 @@ +.tracklane{ + height: 19px; + width: 100%; + color: white; + padding-top: 2px; + border-bottom: #444; + border-bottom-style: solid; + border-bottom-width: thin; + background-image: url("../images/gridline.jpg"); + overflow: hidden; +} + +.keyframe{ + position: absolute; + height: 16px; + width: 4px; + background-color: white; + +} + +.defaultSpan{ + position: absolute; + height: 16px; + opacity: 0.3; + background-color: white; +} \ No newline at end of file -- cgit v1.2.3