diff options
author | Kruti Shah | 2012-07-16 16:27:58 -0700 |
---|---|---|
committer | Kruti Shah | 2012-07-16 16:27:58 -0700 |
commit | cdcc677c827b65e3c689d4207c0117f94e4d6d57 (patch) | |
tree | b5bdfe71a60840a351bafff699ba819e40525a23 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | ec15c5ed111f8d2608941c2ce86fb4b6f68117a0 (diff) | |
download | ninja-cdcc677c827b65e3c689d4207c0117f94e4d6d57.tar.gz |
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 <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/scss')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | 23 |
1 files changed, 23 insertions, 0 deletions
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. | |||
396 | .layer-hidden { | 396 | .layer-hidden { |
397 | display: none; | 397 | display: none; |
398 | } | 398 | } |
399 | |||
400 | .tl_slider { | ||
401 | width: 127px; | ||
402 | height:5px; | ||
403 | float: left; | ||
404 | clear: none; | ||
405 | margin: 2px 0px 0px 0px; | ||
406 | } | ||
407 | |||
408 | .slider-track { | ||
409 | background: #29292; | ||
410 | width: 127px | ||
411 | }, | ||
412 | |||
413 | .sliderClass { | ||
414 | float: left; | ||
415 | width: 127px | ||
416 | } | ||
417 | |||
418 | .sliderClass .knob { | ||
419 | background: url(../images/knob.png) no-repeat transparent center center; | ||
420 | margin-bottom: 2px; | ||
421 | } | ||