getlocations.css in Get Locations 6.2
Same filename and directory in other branches
css for getlocations.
@author Bob Hutchinson http://drupal.org/user/52366
To avoid being overwritten, copy this into your theme
File
getlocations.cssView source
- /**
 -  * @file
 -  * css for getlocations.
 -  *
 -  * @author Bob Hutchinson http://drupal.org/user/52366
 -  *
 -  * To avoid being overwritten, copy this into your theme
 - */
 - 
 - /**
 -  * the map, see theme_getlocations_show().
 -  */
 - .getlocations_map_canvas {
 - }
 - .getlocations_map_buttons {
 - }
 - .getlocations_returnlink {
 - }
 - 
 - /* used in getlocations-view-map.tpl */
 - .getlocations_map_wrapper {
 - }
 - 
 - /**
 -  * the infobubble, see function theme_getlocations_info().
 -  */
 - .vcard {
 - }
 - .vcard h4 {
 - }
 - .adr {
 - }
 - .street-address {
 - }
 - .locality {
 - }
 - .region {
 - }
 - .postal-code {
 - }
 - .country-name {
 - }