diff --git a/core/modules/dblog/dblog.module b/core/modules/dblog/dblog.module index 63e2b8f..202cfcf 100644 --- a/core/modules/dblog/dblog.module +++ b/core/modules/dblog/dblog.module @@ -88,7 +88,7 @@ function dblog_menu() { */ function dblog_page_build(&$page) { if (arg(0) == 'admin' && arg(1) == 'reports') { - $page['#attached']['css'][] = drupal_get_path('module', 'dblog') . '/dblog.css'; + $page['#attached']['css'][] = drupal_get_path('module', 'dblog') . '/css/dblog.module.css'; } } diff --git a/core/modules/overlay/overlay.module b/core/modules/overlay/overlay.module index d400a32..3dc5dc9 100644 --- a/core/modules/overlay/overlay.module +++ b/core/modules/overlay/overlay.module @@ -193,7 +193,7 @@ function overlay_library_info() { $module_path . '/overlay-parent.js' => array(), ), 'css' => array( - $module_path . '/overlay-parent.css' => array(), + $module_path . '/css/overlay-parent.css' => array(), ), 'dependencies' => array( array('system', 'jquery'), @@ -215,7 +215,7 @@ function overlay_library_info() { $module_path . '/overlay-child.js' => array(), ), 'css' => array( - $module_path . '/overlay-child.css' => array(), + $module_path . '/css/overlay-child.css' => array(), ), 'dependencies' => array( array('system', 'jquery'),