location.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /**
  2. * @file
  3. * Location CSS rules.
  4. */
  5. table.location-search-form {
  6. margin:0;
  7. border:0;
  8. padding:0;
  9. }
  10. table.location-search-form-table tbody {
  11. margin:0;
  12. border:0;
  13. padding:0;
  14. }
  15. table.location-search-form-table tbody tr {
  16. border:0;
  17. margin:0;
  18. padding:0;
  19. }
  20. table.location-search-form-table tbody tr td {
  21. border:0;
  22. margin:0;
  23. padding:0;
  24. }
  25. table.location-search-form-table tbody tr td table {
  26. border:0;
  27. margin:0;
  28. padding:0;
  29. }
  30. table.location-search-form-table tbody tr td table tbody {
  31. border:0;
  32. margin:0;
  33. padding:0;
  34. }
  35. table.location-search-form-table tbody tr td table tbody tr {
  36. border:0;
  37. margin:0;
  38. padding:0;
  39. }
  40. table.location-search-form-table tbody tr td table tbody tr td {
  41. border:0;
  42. margin:0;
  43. padding:0;
  44. }
  45. table.location-search-form-table tbody tr td table tbody tr td table {
  46. border:0;
  47. margin:0;
  48. padding:0;
  49. }
  50. table.location-search-form-table tbody tr td table tbody tr td table tbody {
  51. border:0;
  52. margin:0;
  53. padding:0;
  54. }
  55. table.location-search-form-table tbody tr td table tbody tr td table tbody tr {
  56. border:0;
  57. margin:0;
  58. padding:0;
  59. }
  60. table.location-search-form-table tbody tr td table tbody tr td table tbody tr td {
  61. border:0;
  62. margin:0;
  63. padding:0;
  64. }
  65. /*
  66. .location .container-inline {
  67. clear: left;
  68. }
  69. .location .container-inline label {
  70. display: block;
  71. float: left;
  72. width: 120px;
  73. }
  74. .location .form-item .description {
  75. white-space: normal;
  76. }
  77. .location .container-inline { clear: left; }
  78. .location .container-inline label { display: block; float: left; width: 120px; }
  79. */
  80. .location-current-coordinates-fieldset {
  81. width: 35em;
  82. }
  83. .location .form-item input {
  84. display: block;
  85. width: 25em;
  86. margin-bottom: 5px;
  87. }
  88. .location .form-item label {
  89. display: block;
  90. float: left;
  91. text-align: left;
  92. width: 10em;
  93. padding-right: 10px;
  94. }
  95. .location .form-item {
  96. clear:both;
  97. }
  98. /* "Delete" checkbox. */
  99. .location .form-item label.option {
  100. display: inline;
  101. float: none;
  102. text-align: inherit;
  103. width: auto;
  104. padding-right: 0;
  105. }
  106. /* "Delete" checkbox. */
  107. .location .form-item input.form-checkbox {
  108. display: inline;
  109. float: none;
  110. width: auto;
  111. margin-bottom: 0;
  112. }
  113. .location .description {
  114. white-space: normal;
  115. }