You are here

geolocation_html5.css in Geolocation Field 7

CSS for Geolocation Field.

File

modules/geolocation_html5/geolocation_html5.css
View source
  1. /**
  2. * @file
  3. * CSS for Geolocation Field.
  4. */
  5. .geolocation-html5-map {
  6. width:450px;
  7. height:250px;
  8. background:url("world-map.png") no-repeat scroll 0 0 transparent;
  9. position:relative;
  10. padding:0;
  11. margin:0;
  12. display:none;
  13. }
  14. .geolocation-html5-messages .geolocating {
  15. display:none;
  16. }
  17. .geolocation-html5-map .dot {
  18. -webkit-border-radius:4px;
  19. -moz-border-radius:4px;
  20. border-radius:4px;
  21. border: 4px solid #064771;
  22. display: none;
  23. height: 0;
  24. margin: -4px;
  25. position: absolute;
  26. width: 0;
  27. }