You are here

gmap_markerlist.css in GMap Addons 7

Same filename and directory in other branches
  1. 6 gmap_markerlist/gmap_markerlist.css

GMap Marker List styles.

File

gmap_markerlist/gmap_markerlist.css
View source
  1. /**
  2. * @file
  3. * GMap Marker List styles.
  4. */
  5. div.gmap_markerlist {
  6. overflow: auto;
  7. background-color: white;
  8. width: 150px;
  9. height: 200px;
  10. }
  11. div.gmap_markerlist li {
  12. border: 1px solid black;
  13. cursor: pointer;
  14. }