X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fgooglemap%2Fstatic%2Fcss%2Fgooglemap.css;h=bba477fac7b97fb22d615df6ae2d38f679525d34;hb=3c762e77b024e3bdd261002e415bc2e931b3d52f;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..bba477fa 100644 --- a/plugins/googlemap/static/css/googlemap.css +++ b/plugins/googlemap/static/css/googlemap.css @@ -1,15 +1,27 @@ -#map-container { +div.geo { + height: 500px; +/* 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; +} + +ul.geo { + list-style-type: none; + text-align: left; +} + +li.geo { + font-style: italic; +} +span.geo { + padding-left: 20px; }