]> dev.renevier.net Git - syp.git/blob - media/syp.css
create thumbnails of photos
[syp.git] / media / syp.css
1 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
2    license. */
3
4 @import url(common.css);
5
6 #map {
7     width: 100%;
8     height: 100%;
9 }
10
11 .olControlAttribution {
12     left: 3px;
13     bottom: 1.5em!important;
14     width: 50%;
15 }
16
17 .olPopup {
18     text-align: center;
19     border: 3px double black;
20     background-color: white;
21 }
22 .olPopup img {
23     margin: 20px;
24 }
25
26 /* for IE (does not understand double borders */
27 #popup_contentDiv {
28     _border: 2px solid black;
29 }
30
31 #message {
32     display: none;
33     z-index: 2000;
34     position: absolute;
35     bottom: 4px;
36     margin: 0px 30% 0px 30%;
37     text-align: center;
38     width: 40%;
39     padding: 18px 0px 12px 0px;
40     font-weight: bold;
41     background-color: white;
42 }