You are here

getlocations_search.css in Get Locations 7

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