Project

General

Profile

« Previous | Next » 

Revision 63f6d312

Added by Saskia Gennrich about 7 years ago

ref #6432 more fine tuned inclusion of css.

CSS rules for admin/config/cdm_dataportal/settings are included
on all settings rule.
CSS rules for the debug block are attached to the debug block.

View differences:

modules/cdm_dataportal/cdm_dataportal.module
641 641
    drupal_add_css(drupal_get_path('module', 'cdm_dataportal') . '/cdm_dataportal.css');
642 642
    // drupal_add_css(drupal_get_path('module', 'cdm_dataportal').'/cdm_dataportal_print.css', 'print');
643 643
    drupal_add_css(drupal_get_path('module', 'cdm_dataportal') . '/cdm_dataportal_screen.css', array('type' => 'screen'));
644
  } else {
645
    drupal_add_css(drupal_get_path('module', 'cdm_dataportal') . '/cdm_dataportal_settings.css');
644 646
  }
645 647

  
646 648
  if(variable_get('cdm_debug_mode', FALSE)){

Also available in: Unified diff