use same height for googlemap and querytable plugins
[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 }
17
18 ul.geo {
19     list-style-type: none;
20     text-align: left;
21 }
22
23 li.geo {
24     font-style: italic;
25 }
26 span.geo {
27     padding-left: 20px;
28 }