From cdcc677c827b65e3c689d4207c0117f94e4d6d57 Mon Sep 17 00:00:00 2001 From: Kruti Shah Date: Mon, 16 Jul 2012 16:27:58 -0700 Subject: Styling of Zoom Slider + Grid Cut off limit taken care of + Hot text Bug (left,top,width,height) changing it now changes the element on stage Signed-off-by: Kruti Shah --- .../TimelinePanel.reel/scss/TimelinePanel.scss | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss') diff --git a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss index 4fbcc400..d3529444 100644 --- a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss +++ b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss @@ -396,3 +396,26 @@ POSSIBILITY OF SUCH DAMAGE. .layer-hidden { display: none; } + +.tl_slider { + width: 127px; + height:5px; + float: left; + clear: none; + margin: 2px 0px 0px 0px; +} + +.slider-track { + background: #29292; + width: 127px +}, + +.sliderClass { + float: left; + width: 127px +} + +.sliderClass .knob { + background: url(../images/knob.png) no-repeat transparent center center; + margin-bottom: 2px; +} -- cgit v1.2.3