Rev | Line | |
---|
[0] | 1 | div.jq-modal { |
---|
| 2 | line-height: 1; |
---|
| 3 | background: #fff; |
---|
| 4 | } |
---|
| 5 | div.jq-modal-container { |
---|
| 6 | padding: 1px; |
---|
| 7 | position: relative; |
---|
| 8 | } |
---|
| 9 | div.jq-modal-content { |
---|
| 10 | position: relative; |
---|
| 11 | overflow: auto; |
---|
| 12 | } |
---|
| 13 | div.jq-modal-closer { |
---|
| 14 | position: absolute; |
---|
| 15 | top: -12px; |
---|
| 16 | right: -12px; |
---|
| 17 | width: 25px; |
---|
| 18 | height: 25px; |
---|
| 19 | } |
---|
| 20 | div.jq-modal-closer a { |
---|
| 21 | display: block; |
---|
| 22 | text-indent: -5000px; |
---|
| 23 | width: 25px; |
---|
| 24 | height: 25px; |
---|
| 25 | outline: none; |
---|
| 26 | border: none; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | /* modalImage */ |
---|
| 30 | div.jq-modal-content img { |
---|
| 31 | display: block; |
---|
| 32 | } |
---|
| 33 | span.jq-modal-legend { |
---|
| 34 | display: block; |
---|
| 35 | padding: 3px 0; |
---|
| 36 | } |
---|
| 37 | a.jq-modal-next, a.jq-modal-prev { |
---|
| 38 | display: block; |
---|
| 39 | position: absolute; |
---|
| 40 | top: 0; |
---|
| 41 | width: 50%; |
---|
| 42 | bottom: 0; |
---|
| 43 | outline: none; |
---|
| 44 | border: none; |
---|
| 45 | text-indent: -5000px; |
---|
| 46 | } |
---|
| 47 | a.jq-modal-next { |
---|
| 48 | right: 0; |
---|
| 49 | } |
---|
| 50 | a.jq-modal-prev { |
---|
| 51 | left: 0; |
---|
| 52 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.