src/widgets/ImageDisplay.css
author durandn
Tue, 22 Sep 2015 17:07:58 +0200
changeset 1062 f8adaa2caecb
parent 1033 c20df1c080e6
child 1068 7623f9af9272
permissions -rw-r--r--
CurrentSegmentInfobox: fixed bug where editing a segment would not update the source correctly and mess up other widgets.

/* 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;
}