web/res/metadataplayer/ImageDisplay.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 01 Jun 2015 17:22:01 +0200
changeset 1259 2ef068d4fe6b
parent 1198 ff4b567d51f2
child 1304 10974bff4dae
permissions -rw-r--r--
small dim adjustment

/* Nothing */
.Ldt-ImageDisplay-Container {
    margin: auto;
}

.Ldt-ImageDisplay-Image {
    max-width: 100%;
    max-height: 100%;
}

.Ldt-ImageDisplay-Overlay {
    width: 20%;
    min-width: 20px;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.Ldt-ImageDisplay-Overlay:hover {
}

.Ldt-ImageDisplay-Overlay-Left {
    left: 0px;
    cursor: url(img/hand_left.png), pointer;
}

.Ldt-ImageDisplay-Overlay-Right {
    right: 0px;
    cursor: url(img/hand_right.png), pointer;
}