Removed subversion files
[redakcja.git] / platforma / static / css / jquery.modal.css
1 /* jqModal base Styling courtesy of;\r
2         Brice Burgess <bhb@iceburg.net> */\r
3 \r
4 /* The Window's CSS z-index value is respected (takes priority). If none is supplied,\r
5         the Window's z-index value will be set to 3000 by default (via jqModal.js). */\r
6         \r
7 .jqmWindow {\r
8     display: none;\r
9     \r
10     position: absolute;\r
11     top: 40px;\r
12     left: 25%;\r
13     bottom: auto;\r
14     height: auto;\r
15     width: auto;\r
16 \r
17     max-width: 80%;\r
18     max-height: 80%;\r
19 \r
20     overflow: auto;\r
21     \r
22     background-color: #EEE;\r
23     color: #333;\r
24     border: 1px solid black;\r
25     padding: 1em;\r
26     z-index: 10000;\r
27 }\r
28 \r
29 .jqmOverlay { background-color: #000; }\r