X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fcss%2Fgooglemap.css;h=db33eebe5117380e20a05c1ff02d7ea3e60589e0;hb=60fab69b1491efb7a850a45458490a6be8417473;hp=4399c1e1d33d63e44e4007d0c46f584d9017fae7;hpb=d549b83164f10793e799da646e6704844607f190;p=myslice.git diff --git a/plugins/googlemap/static/css/googlemap.css b/plugins/googlemap/static/css/googlemap.css index 4399c1e1..db33eebe 100644 --- a/plugins/googlemap/static/css/googlemap.css +++ b/plugins/googlemap/static/css/googlemap.css @@ -1,15 +1,31 @@ -#map-container { +/* use same height as the querytable plugin for nicer effect */ +div.geo { + height: 600px; +/* these don't play out too well - somehow the bottom is off padding: 6px; border-width: 1px; border-style: solid; - border-color: #ccc #ccc #999 #ccc; - -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px; - -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px; - box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px; - /*width: 800px;*/ + border-color: #ccaaaa; +*/ } -.map { - /*width: 800px;*/ - height: 500px; +/* the content of the info windows */ +p.geo { + text-align: center; + font-weight: bold; + max-height: 200px; + width: 200px; + overflow: auto; +} + +ul.geo { + list-style-type: none; + text-align: left; +} + +li.geo { + font-style: italic; +} +span.geo { + padding-left: 20px; }