3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Move farm_map.css to css subfolder.

This commit is contained in:
Michael Stenta 2016-03-15 11:30:10 -04:00
parent 99b9a6d89d
commit beb4084067
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
}
.ol-popup .ol-popup-name {
font-size: 24px;
}
}

View file

@ -16,7 +16,7 @@ function farm_map_openlayers_object_preprocess_alter(&$build, $context) {
// If the map machine name starts with "farm_", add farm map CSS.
if (substr($context->getMachineName(), 0, 5) == 'farm_') {
drupal_add_css(drupal_get_path('module', 'farm_map') . '/farm_map.css');
drupal_add_css(drupal_get_path('module', 'farm_map') . '/css/farm_map.css');
}
}
}