Skip to content
Snippets Groups Projects
Commit c2c7f345 authored by catch's avatar catch
Browse files

Issue #1217050 by jyve: Clean up the CSS for Tracker module.

parent 255d9883
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
.page-tracker td.replies {
text-align: center;
}
.page-tracker table {
width: 100%;
}
......@@ -111,9 +111,6 @@ function tracker_page($account = NULL, $set_title = FALSE) {
'#header' => array(t('Type'), t('Title'), t('Author'), t('Replies'), t('Last updated')),
'#theme' => 'table',
'#empty' => t('No content available.'),
'#attached' => array(
'css' => array(drupal_get_path('module', 'tracker') . '/tracker.css' => array()),
),
);
$page['pager'] = array(
'#theme' => 'pager',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment