You are here

getdirections.css in Get Directions 6.2

Same filename and directory in other branches
  1. 6 getdirections.css
  2. 7.3 getdirections.css
  3. 7.2 getdirections.css
#getdirections_directions {
  width: 250px;
  padding: 2px;
}

#getdirections_map_canvas {
}
.getdirections {
  margin-top: 8px;
}
.getdirections-list {
  background: #FFFFFF;
}
.getdirections-map {
  padding: 2px;
  border: 1px solid #C0C0C0;
  text-align: center;
  background: #FFFFFF;
  vertical-align: top;
}

.getdirections_display {
  margin-bottom: 8px;
}
.getdirections_display label {
  font-weight: 600;
}

tbody, thead {
  border-top: 0;
  border-bottom: 0;
}

.getdirections_returnlink {
  margin-bottom: 8px;
}
#getdirections_trafficinfo {
  margin-bottom: 8px;
}
#getdirections_bicycleinfo {
  margin-bottom: 8px;
}
#getdirections_transitinfo {
  margin-bottom: 8px;
}
#getdirections_panoramio {
  margin-bottom: 8px;
}
#getdirections_switchfromto {
  margin-bottom: 8px;
}
#getdirections_show_distance {
  margin-top: 8px;
}
#getdirections_show_duration {
  margin-top: 8px;
}

File

getdirections.css
View source
  1. #getdirections_directions {
  2. width: 250px;
  3. padding: 2px;
  4. }
  5. #getdirections_map_canvas {
  6. }
  7. .getdirections {
  8. margin-top: 8px;
  9. }
  10. .getdirections-list {
  11. background: #FFFFFF;
  12. }
  13. .getdirections-map {
  14. padding: 2px;
  15. border: 1px solid #C0C0C0;
  16. text-align: center;
  17. background: #FFFFFF;
  18. vertical-align: top;
  19. }
  20. .getdirections_display {
  21. margin-bottom: 8px;
  22. }
  23. .getdirections_display label {
  24. font-weight: 600;
  25. }
  26. tbody, thead {
  27. border-top: 0;
  28. border-bottom: 0;
  29. }
  30. .getdirections_returnlink {
  31. margin-bottom: 8px;
  32. }
  33. #getdirections_trafficinfo {
  34. margin-bottom: 8px;
  35. }
  36. #getdirections_bicycleinfo {
  37. margin-bottom: 8px;
  38. }
  39. #getdirections_transitinfo {
  40. margin-bottom: 8px;
  41. }
  42. #getdirections_panoramio {
  43. margin-bottom: 8px;
  44. }
  45. #getdirections_switchfromto {
  46. margin-bottom: 8px;
  47. }
  48. #getdirections_show_distance {
  49. margin-top: 8px;
  50. }
  51. #getdirections_show_duration {
  52. margin-top: 8px;
  53. }