You are here

geolocation.css in Geolocation Field 7

CSS for Geolocation Field.

File

geolocation.css
View source
  1. /**
  2. * @file
  3. * CSS for Geolocation Field.
  4. */
  5. .field-type-geolocation-latlng.field-widget-geolocation-text .fieldset-wrapper {
  6. overflow: hidden;
  7. }
  8. .field-type-geolocation-latlng.field-widget-geolocation-text .form-type-textfield {
  9. float: left;
  10. margin-right: 1em;
  11. }