equal
deleted
inserted
replaced
9 cursor: pointer; |
9 cursor: pointer; |
10 text-align: center; |
10 text-align: center; |
11 display: table; |
11 display: table; |
12 margin: 0 auto; |
12 margin: 0 auto; |
13 padding: 4px; |
13 padding: 4px; |
|
14 width: 80px; |
|
15 white-space: nowrap; |
14 } |
16 } |
15 |
17 |
16 div.gallery_icon:hover { |
18 div.gallery_icon:hover { |
17 border-color: #CCCCCC; |
19 border-color: #CCCCCC; |
18 } |
20 } |
19 |
21 |
20 div.gallery_icon img.gallery_thumb { |
22 div.gallery_icon img.gallery_thumb { |
21 display: block; |
23 display: block; |
22 border-width: 0; |
24 border-width: 0; |
23 margin: 0 auto 6px auto; |
25 margin: auto auto 6px auto; |
24 } |
26 } |
|
27 |
|
28 ul.snapr-gallery { |
|
29 list-style-type: none !important; |
|
30 list-style-image: none !important; |
|
31 margin-left: 0; |
|
32 padding-left: 0; |
|
33 } |
|
34 |
|
35 ul.snapr-gallery li.snapr-icon { |
|
36 float: left; |
|
37 list-style-type: none !important; |
|
38 list-style-image: none !important; |
|
39 width: 80px; |
|
40 margin-right: 15px; |
|
41 } |
|
42 |
|
43 a.snapr-imagelink { |
|
44 display: block; |
|
45 height: 80px; |
|
46 vertical-align: middle; |
|
47 } |
|
48 |
|
49 |