You are here

colorized_gmap.css in Colorized google maps block 8

Same filename and directory in other branches
  1. 7 css/colorized_gmap.css
.colorpicker {
  z-index: 9999;
}
#colorized-gmap-content,
#colorized-gmap-content {
  height: 520px;
  margin-bottom: 50px;
  width: 500px;
  float: left;
}

#gmap-ajax-wrapper .form-type-checkbox,
#gmap-ajax-wrapper .form-type-checkbox {
  text-align: center;
}

#edit-coordinates,
#edit-coordinates {
  border: none;
  padding-top: 0;
}

#gmap-ajax-wrapper table .form-item.form-type-textfield {
  float: left;
  padding-right: 10px;
}

#gmap-ajax-wrapper table tbody td:first-child {
  width: 228px
}

#gmap-ajax-wrapper table tbody td:nth-child(2) {
  width: 135px
}

#gmap-ajax-wrapper table tbody td:nth-child(3) {
  min-width: 170px;
}

#gmap-ajax-wrapper table tbody td:nth-child(4) {
  width: 50px;
}

.form-item.form-item-latitude,
.form-item.form-item-longitude {
  float: left;
  padding: 10px 0 0 15px;
}

#gmap-ajax-wrapper table tbody {
  height: 430px;
  max-height: 430px;
  overflow-y: scroll;
  padding-bottom: 0;
}

#edit-ajax-buttons {
  border: none;
  padding: 15px;
}

#edit-ajax-buttons .fieldset-wrapper {
  padding: 0;
}

.colorized-gmap-common {
  width: 500px;
  height: 500px;
}

File

css/colorized_gmap.css
View source
  1. .colorpicker {
  2. z-index: 9999;
  3. }
  4. #colorized-gmap-content,
  5. #colorized-gmap-content {
  6. height: 520px;
  7. margin-bottom: 50px;
  8. width: 500px;
  9. float: left;
  10. }
  11. #gmap-ajax-wrapper .form-type-checkbox,
  12. #gmap-ajax-wrapper .form-type-checkbox {
  13. text-align: center;
  14. }
  15. #edit-coordinates,
  16. #edit-coordinates {
  17. border: none;
  18. padding-top: 0;
  19. }
  20. #gmap-ajax-wrapper table .form-item.form-type-textfield {
  21. float: left;
  22. padding-right: 10px;
  23. }
  24. #gmap-ajax-wrapper table tbody td:first-child {
  25. width: 228px
  26. }
  27. #gmap-ajax-wrapper table tbody td:nth-child(2) {
  28. width: 135px
  29. }
  30. #gmap-ajax-wrapper table tbody td:nth-child(3) {
  31. min-width: 170px;
  32. }
  33. #gmap-ajax-wrapper table tbody td:nth-child(4) {
  34. width: 50px;
  35. }
  36. .form-item.form-item-latitude,
  37. .form-item.form-item-longitude {
  38. float: left;
  39. padding: 10px 0 0 15px;
  40. }
  41. #gmap-ajax-wrapper table tbody {
  42. height: 430px;
  43. max-height: 430px;
  44. overflow-y: scroll;
  45. padding-bottom: 0;
  46. }
  47. #edit-ajax-buttons {
  48. border: none;
  49. padding: 15px;
  50. }
  51. #edit-ajax-buttons .fieldset-wrapper {
  52. padding: 0;
  53. }
  54. .colorized-gmap-common {
  55. width: 500px;
  56. height: 500px;
  57. }