From 5c60b7ca372a6ef1f5ccbd7a21ac04f986499cca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 1 Apr 2010 14:47:16 +0000 Subject: - Patch #193482 by xmacinfo, yoroy, james.elliott, Jacine, JohnAlbin, theborg: styling status messages in system.css. --- modules/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 7ea1d6599..5e65fd9e1 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1807,6 +1807,7 @@ function system_init() { drupal_add_css(drupal_get_path('module', 'system') . '/system.css', array('weight' => CSS_SYSTEM)); drupal_add_css(drupal_get_path('module', 'system') . '/system-behavior.css', array('weight' => CSS_SYSTEM)); drupal_add_css(drupal_get_path('module', 'system') . '/system-menus.css', array('weight' => CSS_SYSTEM)); + drupal_add_css(drupal_get_path('module', 'system') . '/system-messages.css', array('weight' => CSS_SYSTEM)); // Ignore slave database servers for this request. -- cgit v1.2.3