You are here

getlocations.css in Get Locations 7

Same filename and directory in other branches
  1. 6.2 getlocations.css
  2. 6 getlocations.css
  3. 7.2 getlocations.css

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

css for getlocations.

To avoid being overwritten, copy this into your theme

File

getlocations.css
View source
  1. /**
  2. * @file
  3. * getlocations.css
  4. * @author Bob Hutchinson http://drupal.org/user/52366
  5. * @copyright GNU GPL
  6. *
  7. * css for getlocations.
  8. *
  9. * To avoid being overwritten, copy this into your theme
  10. */
  11. /**
  12. * the map, see theme_getlocations_show().
  13. */
  14. .getlocations_map_canvas {
  15. }
  16. /* see issue #1577634 #6 */
  17. .getlocations_map_canvas img {
  18. max-width: none !important;
  19. }
  20. .getlocations_streetview_canvas img {
  21. max-width: none !important;
  22. }
  23. .getlocations_map_buttons {
  24. }
  25. .getlocations_returnlink {
  26. }
  27. /* used in getlocations-view-map.tpl */
  28. .getlocations_map_wrapper {
  29. }
  30. .getlocations_map_wrapper_inner {
  31. }
  32. /* map links feature */
  33. .getlocations_map_links {
  34. border: 1px solid #CCCCCC;
  35. width: 100%;
  36. padding: 4px;
  37. margin-bottom: 8px;
  38. margin-top: 8px;
  39. max-height: 150px;
  40. overflow: auto;
  41. }
  42. .getlocations_map_links ul {
  43. list-style-type: none;
  44. margin-left: 0px;
  45. }
  46. /**
  47. * the infobubble, see function theme_getlocations_info().
  48. */
  49. .vcard {
  50. }
  51. .vcard h4 {
  52. }
  53. /* stop long titles from creeping in under the close button */
  54. .location.vcard {
  55. margin-top: 8px;
  56. }
  57. .adr {
  58. }
  59. .street-address {
  60. }
  61. .locality {
  62. }
  63. .region {
  64. }
  65. .postal-code {
  66. }
  67. .country-name {
  68. }
  69. .search-distance {
  70. }
  71. div.fullscreen {
  72. width:100% !important;
  73. height:100% !important;
  74. /*position:absolute !important;*/
  75. position:fixed !important;
  76. top:0;
  77. left:0;
  78. z-index:500;
  79. zoom: 1.0;
  80. }
  81. .fullscreen-body{
  82. overflow: hidden !important;
  83. }
  84. /* search_places css */
  85. .search_places_input_wrapper {
  86. padding-bottom: 4px;
  87. }
  88. .sp_left1 {
  89. float: left;
  90. width: 25px;
  91. padding-right: 8px;
  92. }
  93. .sp_left2 {
  94. float: left;
  95. width: 275px;
  96. }
  97. .sp_main {
  98. clear: both;
  99. width: 310px;
  100. }
  101. .placeIcon {
  102. height: 25px;
  103. width: 25px;
  104. }
  105. .sp_left3 {
  106. float: left;
  107. width: 75px;
  108. padding-right: 8px;
  109. }
  110. .sp_left4 {
  111. float: left;
  112. width: 225px;
  113. }
  114. .sp_picture {
  115. }
  116. .sp_listing_wrapper {
  117. border: 1px solid #CCCCCC;
  118. width: 494px;
  119. padding: 4px;
  120. margin-bottom: 8px;
  121. }
  122. .sp_listing {
  123. max-height: 200px;
  124. overflow: auto;
  125. cursor: pointer;
  126. }
  127. .sp_ul {
  128. list-style-type: none;
  129. margin-left: 0px;
  130. }
  131. .sp_link {
  132. vertical-align: middle;
  133. }
  134. .sp_link:hover {
  135. background: #F0F0F0;
  136. }
  137. .sp_address {
  138. }
  139. .sp_phone {
  140. }
  141. .sp_web {
  142. }
  143. .search_places_input_wrapper {
  144. }
  145. .getlocations_w3w_throbber {
  146. background-image: url('/misc/throbber.gif');
  147. background-position: 100% 2px;
  148. background-repeat: repeat-y;
  149. }
  150. .getlocations_w3w_throbber_active {
  151. background-position: 100% -18px;
  152. }
  153. .getlocations_w3w_throbber_inactive {
  154. background-position: 100% 2px;
  155. }