equal
deleted
inserted
replaced
|
1 /* Nothing */ |
|
2 .Ldt-ImageDisplay-Container { |
|
3 margin: auto; |
|
4 } |
|
5 |
|
6 .Ldt-ImageDisplay-Image { |
|
7 max-width: 100%; |
|
8 max-height: 100%; |
|
9 } |
|
10 |
|
11 .Ldt-ImageDisplay-Overlay { |
|
12 width: 20%; |
|
13 min-width: 20px; |
|
14 height: 100%; |
|
15 opacity: 0.1; |
|
16 position: absolute; |
|
17 top: 0px; |
|
18 bottom: 0px; |
|
19 } |
|
20 |
|
21 .Ldt-ImageDisplay-Overlay:hover { |
|
22 } |
|
23 |
|
24 .Ldt-ImageDisplay-Overlay-Left { |
|
25 left: 0px; |
|
26 cursor: url(img/hand_left.png), pointer; |
|
27 } |
|
28 |
|
29 .Ldt-ImageDisplay-Overlay-Right { |
|
30 right: 0px; |
|
31 cursor: url(img/hand_right.png), pointer; |
|
32 } |