You are here

getlocations_blocks.css in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_blocks/getlocations_blocks.css

getlocations_blocks.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

css for getlocations_blocks.

To avoid being overwritten, copy this into your theme

File

modules/getlocations_blocks/getlocations_blocks.css
View source
  1. /**
  2. * @file
  3. * getlocations_blocks.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. * css for getlocations_blocks.
  8. *
  9. * To avoid being overwritten, copy this into your theme
  10. */
  11. #getlocations_blocks_city div,
  12. #getlocations_blocks_city label {
  13. display: inline;
  14. }
  15. #getlocations_blocks_province div,
  16. #getlocations_blocks_province label {
  17. display: inline;
  18. }
  19. #getlocations_blocks_postalcode div,
  20. #getlocations_blocks_postalcode label {
  21. display: inline;
  22. }
  23. #getlocations_blocks_country div,
  24. #getlocations_blocks_country label {
  25. display: inline;
  26. }