You are here

google_map_field.css in Google Map Field 7.2

Same filename and directory in other branches
  1. 7 css/google_map_field.css
.google_map_field {
  width: 100%;
  margin: 0 auto;
  margin-top:50px;
}

.google_map_field_display {
  height: 0;
  overflow: hidden;
  padding-bottom: 22.25%;
  padding-top: 30px;
  position: relative;
}

.google-map-field-preview {
  -webkit-box-shadow: 0 0 4px 0px #999999;
  -moz-box-shadow: 0 0 4px 0px #999999;
  -o-box-shadow: 0 0 4px 0px #999999;
  box-shadow: 0 0 4px 0px #999999;
  height: 200px;
  width: 300px;
}

.google-map-field-fields-container,
.google-map-field-setter-container {
  float: left;
  margin-right: 15px;
}

.google-map-field-setter-container .form-submit {
  margin-top: 10px;
}

#gmf_container {
  -webkit-box-shadow: 0 0 4px 0px #999999;
  -moz-box-shadow: 0 0 4px 0px #999999;
  -o-box-shadow: 0 0 4px 0px #999999;
  box-shadow: 0 0 4px 0px #999999;
  height: 317px;
  width: 723px;
}

#centre_on {
  margin-top: 15px;
}

#centre_on label {
  display: inline;
  font-weight: normal;
}

#centre_on label input {
  border: 1px solid lightgrey;
  margin-left: 15px;
}

#centre_on button {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: url("/themes/seven/images/buttons.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  border-image: none;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  color: #5a5a5a;
  cursor: pointer;
  display: inline;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  padding: 4px 17px;
  text-align: center;
}

#centre_on #map_error {
  color: #f70000;
  font-weight: bold;
}

File

css/google_map_field.css
View source
  1. .google_map_field {
  2. width: 100%;
  3. margin: 0 auto;
  4. margin-top:50px;
  5. }
  6. .google_map_field_display {
  7. height: 0;
  8. overflow: hidden;
  9. padding-bottom: 22.25%;
  10. padding-top: 30px;
  11. position: relative;
  12. }
  13. .google-map-field-preview {
  14. -webkit-box-shadow: 0 0 4px 0px #999999;
  15. -moz-box-shadow: 0 0 4px 0px #999999;
  16. -o-box-shadow: 0 0 4px 0px #999999;
  17. box-shadow: 0 0 4px 0px #999999;
  18. height: 200px;
  19. width: 300px;
  20. }
  21. .google-map-field-fields-container,
  22. .google-map-field-setter-container {
  23. float: left;
  24. margin-right: 15px;
  25. }
  26. .google-map-field-setter-container .form-submit {
  27. margin-top: 10px;
  28. }
  29. #gmf_container {
  30. -webkit-box-shadow: 0 0 4px 0px #999999;
  31. -moz-box-shadow: 0 0 4px 0px #999999;
  32. -o-box-shadow: 0 0 4px 0px #999999;
  33. box-shadow: 0 0 4px 0px #999999;
  34. height: 317px;
  35. width: 723px;
  36. }
  37. #centre_on {
  38. margin-top: 15px;
  39. }
  40. #centre_on label {
  41. display: inline;
  42. font-weight: normal;
  43. }
  44. #centre_on label input {
  45. border: 1px solid lightgrey;
  46. margin-left: 15px;
  47. }
  48. #centre_on button {
  49. -moz-border-bottom-colors: none;
  50. -moz-border-left-colors: none;
  51. -moz-border-right-colors: none;
  52. -moz-border-top-colors: none;
  53. background: url("/themes/seven/images/buttons.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  54. border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  55. border-image: none;
  56. border-radius: 20px;
  57. border-style: solid;
  58. border-width: 1px;
  59. color: #5a5a5a;
  60. cursor: pointer;
  61. display: inline;
  62. font-family: "Lucida Grande", Verdana, sans-serif;
  63. font-size: 1em;
  64. font-weight: normal;
  65. padding: 4px 17px;
  66. text-align: center;
  67. }
  68. #centre_on #map_error {
  69. color: #f70000;
  70. font-weight: bold;
  71. }