123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /**
- * @file
- * Location CSS rules.
- */
- table.location-search-form {
- margin:0;
- border:0;
- padding:0;
- }
- table.location-search-form-table tbody {
- margin:0;
- border:0;
- padding:0;
- }
- table.location-search-form-table tbody tr {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr td {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr td table {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr td table tbody {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr td table tbody tr {
- border:0;
- margin:0;
- padding:0;
- }
- table.location-search-form-table tbody tr td table tbody tr td table tbody tr td {
- border:0;
- margin:0;
- padding:0;
- }
- /*
- .location .container-inline {
- clear: left;
- }
- .location .container-inline label {
- display: block;
- float: left;
- width: 120px;
- }
- .location .form-item .description {
- white-space: normal;
- }
- .location .container-inline { clear: left; }
- .location .container-inline label { display: block; float: left; width: 120px; }
- */
- .location-current-coordinates-fieldset {
- width: 35em;
- }
- .location .form-item input {
- display: block;
- width: 25em;
- margin-bottom: 5px;
- }
- .location .form-item label {
- display: block;
- float: left;
- text-align: left;
- width: 10em;
- padding-right: 10px;
- }
- .location .form-item {
- clear:both;
- }
- /* "Delete" checkbox. */
- .location .form-item label.option {
- display: inline;
- float: none;
- text-align: inherit;
- width: auto;
- padding-right: 0;
- }
- /* "Delete" checkbox. */
- .location .form-item input.form-checkbox {
- display: inline;
- float: none;
- width: auto;
- margin-bottom: 0;
- }
- .location .description {
- white-space: normal;
- }
|