You are here

getlocations_gps.css in Get Locations 7

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

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

getlocations_gps css.

File

modules/getlocations_gps/getlocations_gps.css
View source
  1. /**
  2. * @file
  3. * getlocations_leaflet.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. * getlocations_gps css.
  8. *
  9. */
  10. .getlocations_gps_throbber {
  11. background-image: url('/misc/throbber.gif');
  12. background-position: 100% 2px;
  13. background-repeat: repeat-y;
  14. }
  15. .getlocations_gps_throbber_active {
  16. background-position: 100% -18px;
  17. }
  18. .getlocations_gps_throbber_inactive {
  19. background-position: 100% 2px;
  20. }