You are here

getdirections.css in Get Directions 7.2

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

}
#getdirections_map_canvas {
}

.getdirections {
  margin-top: 8px;
}
.getdirections td {
  vertical-align: top;
}

.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 td {
  11. vertical-align: top;
  12. }
  13. .getdirections-list {
  14. background: #FFFFFF;
  15. }
  16. .getdirections-map {
  17. padding: 2px;
  18. border: 1px solid #C0C0C0;
  19. text-align: center;
  20. background: #FFFFFF;
  21. vertical-align: top;
  22. }
  23. .getdirections_display {
  24. margin-bottom: 8px;
  25. }
  26. .getdirections_display label {
  27. font-weight: 600;
  28. }
  29. tbody, thead {
  30. border-top: 0;
  31. border-bottom: 0;
  32. }
  33. .getdirections_returnlink {
  34. margin-bottom: 8px;
  35. }
  36. #getdirections_trafficinfo {
  37. margin-bottom: 8px;
  38. }
  39. #getdirections_bicycleinfo {
  40. margin-bottom: 8px;
  41. }
  42. #getdirections_transitinfo {
  43. margin-bottom: 8px;
  44. }
  45. #getdirections_panoramio {
  46. margin-bottom: 8px;
  47. }
  48. #getdirections_switchfromto {
  49. margin-bottom: 8px;
  50. }
  51. #getdirections_show_distance {
  52. margin-top: 8px;
  53. }
  54. #getdirections_show_duration {
  55. margin-top: 8px;
  56. }