You are here

getlocations_search.css in Get Locations 7.2

Same filename and directory in other branches
  1. 7 modules/getlocations_search/getlocations_search.css

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

css for getlocations_search.

To avoid being overwritten, copy this into your theme

File

modules/getlocations_search/getlocations_search.css
View source
  1. /**
  2. * @file getlocations_search.css
  3. * @author Bob Hutchinson http://drupal.org/user/52366
  4. * @copyright GNU GPL
  5. *
  6. * css for getlocations_search.
  7. *
  8. * To avoid being overwritten, copy this into your theme
  9. */
  10. #getlocations_search_wrapper div,
  11. #getlocations_search_wrapper label {
  12. /* display: inline;*/
  13. }
  14. #getlocations_search_result {
  15. width: 494px;
  16. height: auto;
  17. border: 1px solid #C0C0C0;
  18. margin-top: 20px;
  19. padding: 4px;
  20. padding-bottom: 8px;
  21. }
  22. #getlocations_search_block_result {
  23. width: 232px;
  24. height: auto;
  25. border: 1px solid #C0C0C0;
  26. margin-top: 20px;
  27. padding: 4px;
  28. padding-bottom: 8px;
  29. }
  30. #getlocations_search_latlon_wrapper {
  31. height: 20px;
  32. display: inline;
  33. }
  34. #getlocations_search_block_latlon_wrapper {
  35. height: 40px;
  36. display: inline;
  37. }
  38. .getlocations_search_lat, .getlocations_search_lon, .getlocations_search_block_lat, .getlocations_search_block_lon {
  39. width: 210px;
  40. height: 1em;
  41. }
  42. .getlocations_search_lon {
  43. margin-left: 210px;
  44. margin-top: -1em;
  45. }
  46. .results-label {
  47. font-weight: bold;
  48. margin-right: 4px;
  49. }
  50. .results-value {
  51. }