Revision 36a33b59
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
css/lx-office-erp/jqModal.css | ||
---|---|---|
1 |
/* the overlayed element */ |
|
2 |
.jqModal_overlay { |
|
3 |
position: fixed; |
|
4 |
top: 50%; |
|
5 |
margin-top: -250px; |
|
6 |
height: 500px; |
|
7 |
|
|
8 |
left: 50%; |
|
9 |
margin-left: -400px; |
|
10 |
width: 800px; |
|
11 |
|
|
12 |
background-image: url("../../image/fade.png"); |
|
13 |
background-repeat: repeat-x; |
|
14 |
background-color: #fff; |
|
15 |
border: 1px solid #333; |
|
16 |
|
|
17 |
/* CSS3 styling for latest browsers */ |
|
18 |
box-shadow: 0 0 90px 5px #000; |
|
19 |
-moz-box-shadow: 0 0 90px 5px #000; |
|
20 |
-webkit-box-shadow: 0 0 90px #000; |
|
21 |
|
|
22 |
padding: 10px; |
|
23 |
} |
|
24 |
|
|
25 |
.jqModal_overlay .overlay_content { |
|
26 |
width: 790px; |
|
27 |
height: 490px; |
|
28 |
overflow: auto; |
|
29 |
} |
|
30 |
|
|
31 |
.jqModal_overlay .close { |
|
32 |
background-image: url(../../image/dialog-close.png); |
|
33 |
position: absolute; |
|
34 |
right: -16px; |
|
35 |
top: -16px; |
|
36 |
cursor: pointer; |
|
37 |
height: 32px; |
|
38 |
width: 32px; |
|
39 |
} |
Auch abrufbar als: Unified diff
jqModal: allgemeines Styling auch für lx-office-erp-Stylesheet