crea/integration/metadataplayer/Slider.css
author ymh <ymh.work@gmail.com>
Wed, 06 Jun 2012 23:00:42 +0200
changeset 16 e37a29d23c86
parent 2 44deeff592e2
permissions -rw-r--r--
First version of tralalere platform

/* Slider Widget */

.Ldt-Slider {
    margin: 0; border: none; border-radius: 0; height: 25px; width: 870px; background: url(../img/slider.png);
}

.Ldt-Slider .ui-slider-range {
    background: url(../img/slider.png) left bottom;
}

.Ldt-Slider .ui-slider-handle {
    width: 30px; height: 72px; background: url(../img/slider-handle.png);
    border: none; top: -22px; margin-left: -14px;
}