Projet

Général

Profil

Révision a192dc0b

Ajouté par Assos Assos il y a environ 8 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/adminimal_theme/template.php
71 71
    drupal_add_css($adminimal_path . '/css/avoid_custom_font.css', array('group' => CSS_THEME, 'weight' => 9000, 'preprocess' => TRUE));
72 72
  }
73 73

  
74
  // Load CKEditor styles if enabled in settings.
75
  if (theme_get_setting('adminimal_ckeditor')) {
76
    drupal_add_css($adminimal_path . '/css/ckeditor-adminimal.css', array('group' => CSS_THEME, 'media' => 'all', 'weight' => 2));
77
  }
78

  
74 79
  // Define Default media queries.
75 80
  $media_query_mobile = 'only screen and (max-width: 480px)';
76 81
  $media_query_tablet = 'only screen and (min-width : 481px) and (max-width : 1024px)';

Formats disponibles : Unified diff