From 3cc2b1e3d78d7e82572d59939507bb3eddce53b4 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Mon, 14 Aug 2006 07:14:50 +0000 Subject: #77183 by m3avrck and timcn, split up drupal.css by module. --- modules/help/help.css | 10 ++++++++++ modules/help/help.module | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 modules/help/help.css (limited to 'modules/help') diff --git a/modules/help/help.css b/modules/help/help.css new file mode 100644 index 000000000..3536167f0 --- /dev/null +++ b/modules/help/help.css @@ -0,0 +1,10 @@ +/* $Id$ */ + +.help-items { + float: left; + width: 22%; + padding-right: 3%; +} +.help-items-last { + padding-right: 0; +} diff --git a/modules/help/help.module b/modules/help/help.module index e8ef6ce39..98dc1635f 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -28,6 +28,11 @@ function help_menu($may_cache) { 'access' => $admin_access); } } + else { + // Add the CSS for this module + // We put this in !$may_cache so it's only added once per request + drupal_add_css(drupal_get_path('module', 'help') .'/help.css'); + } return $items; } -- cgit v1.2.3