Dotclear

source: admin/style/modal/modal.css @ 0:54703be25dd6

Revision 0:54703be25dd6, 753 bytes checked in by Dsls <dsls@…>, 14 years ago (diff)

2.3 branch (trunk) first checkin

Line 
1div.jq-modal {
2     line-height: 1;
3     background: #fff;
4}
5div.jq-modal-container {
6     padding: 1px;
7     position: relative;
8}
9div.jq-modal-content {
10     position: relative;
11     overflow: auto;
12}
13div.jq-modal-closer {
14     position: absolute;
15     top: -12px;
16     right: -12px;
17     width: 25px;
18     height: 25px;
19}
20div.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 */
30div.jq-modal-content img {
31     display: block;
32}
33span.jq-modal-legend {
34     display: block;
35     padding: 3px 0;
36}
37a.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}
47a.jq-modal-next {
48     right: 0;
49}
50a.jq-modal-prev {
51     left: 0;
52}
Note: See TracBrowser for help on using the repository browser.

Sites map