main.css 720 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .back-link {
  2. display: inline-block;
  3. margin-bottom: 30px;
  4. }
  5. #map {
  6. min-height: 300px;
  7. }
  8. #search-results {
  9. margin-top: 1em;
  10. }
  11. body > footer {
  12. /* See jumbotron */
  13. margin-top: 30px;
  14. padding: 48px 0;
  15. background-color: #eee;
  16. text-align: center;
  17. }
  18. /** Form errors **/
  19. #errors {
  20. padding: 1em;
  21. border: 1px solid #a94442;
  22. border-radius: 4px;
  23. }
  24. #errors ul {
  25. margin: 0 0 0 1em;
  26. padding: 0;
  27. }
  28. /** Results **/
  29. #map.results {
  30. min-height: 500px;
  31. margin-bottom: 1em;
  32. }
  33. .results .leaflet-popup-content {
  34. margin: 1em;
  35. }
  36. .results .leaflet-popup-content h2 {
  37. font-size: 20px;
  38. }
  39. .results .leaflet-popup-content ul {
  40. margin: 0.5em 0;
  41. padding-left: 1.5em;
  42. }