diff --git a/core/modules/user/user.module b/core/modules/user/user.module index 02f5072..96ce33b 100644 --- a/core/modules/user/user.module +++ b/core/modules/user/user.module @@ -2830,6 +2830,9 @@ function user_library_info() { 'js' => array( drupal_get_path('module', 'user') . '/user.js' => array(), ), + 'css' => array( + drupal_get_path('module', 'user') . '/user.css' => array(), + ), 'dependencies' => array( array('system', 'jquery'), array('system', 'drupal'),