web/res/metadataplayer/Slider.css
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Fri, 17 Jan 2014 17:01:30 +0100
changeset 1052 31bcc09b375c
parent 719 d0d3a9369f84
child 1198 ff4b567d51f2
permissions -rw-r--r--
Added tag V02.63 for changeset c9453d474261

/* Slider Widget */

.Ldt-Slider {
    border: none; border-radius: 0; padding: 0; margin: 0; background: #B6B8B8;
}

.Ldt-Slider .ui-slider-handle {
    border-radius: 8px; top: -2px; background: #fc00ff; border: 1px solid #ffffff;
}

.Ldt-Slider .ui-slider-range {
    background: #747474;
}

.Ldt-Slider-Time {
    position: absolute; top: -16px; background: #ffffc0; color: #000000; border-radius: 3px; z-index: 8;
    font-size: 10px; width: 34px; border: 1px solid #999999; padding: 1px; margin-left: -20px;
    display: none; text-align: center; font-weight: bold;
}