You are here

getlocations.css in Get Locations 6

Same filename and directory in other branches
  1. 6.2 getlocations.css
  2. 7.2 getlocations.css
  3. 7 getlocations.css

css for getlocations.

@author Bob Hutchinson http://drupal.org/user/52366

To avoid being overwritten, copy this into your theme

File

getlocations.css
View source
  1. /**
  2. * @file
  3. * css for getlocations.
  4. *
  5. * @author Bob Hutchinson http://drupal.org/user/52366
  6. *
  7. * To avoid being overwritten, copy this into your theme
  8. */
  9. /**
  10. * the map, see theme_getlocations_show().
  11. */
  12. .getlocations_map_canvas {
  13. }
  14. .getlocations_map_buttons {
  15. }
  16. .getlocations_returnlink {
  17. }
  18. /* used in getlocations-view-map.tpl */
  19. .getlocations_map_wrapper {
  20. }
  21. /**
  22. * the infobubble, see function theme_getlocations_info().
  23. */
  24. .vcard {
  25. }
  26. .vcard h4 {
  27. }
  28. .adr {
  29. }
  30. .street-address {
  31. }
  32. .locality {
  33. }
  34. .region {
  35. }
  36. .postal-code {
  37. }
  38. .country-name {
  39. }