Google Map plugin enable scroll in InfoWindow
[myslice.git] / plugins / googlemap / static / css / googlemap.css
1 /* use same height as the querytable plugin for nicer effect */
2 div.geo {
3   height: 600px;
4 /* these don't play out too well - somehow the bottom is off
5   padding: 6px;
6   border-width: 1px;
7   border-style: solid;
8   border-color: #ccaaaa;
9 */
10 }
11
12 /* the content of the info windows */
13 p.geo {
14     text-align: center;
15     font-weight: bold;
16     max-height: 200px;
17     width: 200px;
18     overflow: auto;
19 }
20
21 ul.geo {
22     list-style-type: none;
23     text-align: left;
24 }
25
26 li.geo {
27     font-style: italic;
28 }
29 span.geo {
30     padding-left: 20px;
31 }