You are here

addressfield_autocomplete.css in Addressfield Autocomplete 7

Layouts for the map and autocomplete.

File

addressfield_autocomplete.css
View source
  1. /**
  2. * @file
  3. * Layouts for the map and autocomplete.
  4. */
  5. .pac-container {
  6. *padding-bottom: 20px !important;
  7. }
  8. .pac-container .addressfield-autocomplete-reveal {
  9. position: absolute;
  10. bottom: 5px;
  11. left: 2px;
  12. display: block;
  13. z-index: 1010;
  14. line-height: 20px;
  15. height: 15px;
  16. width: 160px;
  17. border: 1px solid transparent;
  18. }
  19. div.autocomplete-map {
  20. margin-top: 20px;
  21. clear:both;
  22. }
  23. div.autocomplete-map img {
  24. max-width: none;
  25. }