You are here

openlayers_presets_ui.css in Openlayers 6

OpenLayers Preset UI Main CSS

This file holds the base CSS for the openlayers preset ui module

File

modules/openlayers_presets_ui/openlayers_presets_ui.css
View source
  1. /**
  2. * @file
  3. * OpenLayers Preset UI Main CSS
  4. *
  5. * This file holds the base CSS for the openlayers preset ui module
  6. *
  7. * @ingroup openlayers
  8. */
  9. /**
  10. * Map Form
  11. */
  12. .openlayers-form-projection-description,
  13. .openlayers-form-layer-description {
  14. font-size: smaller;
  15. font-style: italic;
  16. }
  17. .openlayers-center-helpmap{
  18. float: right;
  19. }
  20. #openlayers-form-proj-msg{
  21. display:none;
  22. }

Related topics