You are here

getlocations_fields.css in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_fields/getlocations_fields.css

getlocations_fields.css @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

css for the getlocations_fields module.

File

modules/getlocations_fields/getlocations_fields.css
View source
  1. /**
  2. * @file
  3. * getlocations_fields.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. * css for the getlocations_fields module.
  8. */
  9. /* manage the latitude and longitude input boxes */
  10. .getlocations_fields_latlon_wrapper {
  11. width: 400px;
  12. }
  13. .getlocations_fields_lat_wrapper {
  14. float: left;
  15. }
  16. .getlocations_fields_lon_wrapper {
  17. float: right;
  18. }
  19. .getlocations_fields_latlon_wrapper_themed {
  20. width: 500px;
  21. padding-top: 8px;
  22. margin-bottom: 8px;
  23. }
  24. .getlocations_fields_lat_wrapper_themed {
  25. float: left;
  26. }
  27. .getlocations_fields_lon_wrapper_themed {
  28. float: right;
  29. }
  30. .getlocations_fields_latlon_wrapper_themed_nomap {
  31. width: 380px;
  32. padding-top: 8px;
  33. margin-bottom: 8px;
  34. }
  35. .getlocations_fields_lat_wrapper_themed_nomap {
  36. float: left;
  37. }
  38. .getlocations_fields_lon_wrapper_themed_nomap {
  39. float: right;
  40. }
  41. .getlocations_fields_input_table {
  42. /* width: 550px;*/
  43. }
  44. .getlocations_fields_input_cell1 {
  45. }
  46. .getlocations_fields_input_cell2 {
  47. }
  48. .getlocations_fields_input_cell3 {
  49. }
  50. /* autocomplete correction, ff only */
  51. .getlocations_fields_city_wrapper .form-item {
  52. position: relative;
  53. }
  54. .getlocations_fields_province_wrapper .form-item {
  55. position: relative;
  56. }
  57. .getlocations_fields_country_wrapper .form-item {
  58. position: relative;
  59. }
  60. .getlocations_fields_marker_wrapper {
  61. }
  62. .phones {
  63. padding-top: 4px;
  64. }
  65. .phone {}
  66. .mobile {}
  67. .fax {}
  68. .phone_label {
  69. padding-right: 8px;
  70. }
  71. .mobile_label {
  72. padding-right: 8px;
  73. }
  74. .fax_label {
  75. padding-right: 8px;
  76. }
  77. .geo .latitude {
  78. padding-right: 8px;
  79. }
  80. .w3w_label {
  81. padding-right: 8px;
  82. }
  83. .w3w {
  84. padding-top: 4px;
  85. }