Make tables more responsive
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
<h3 id="analytic-task-time-column"><?= t('Time spent into each column') ?></h3>
|
||||
<div id="chart" data-metrics='<?= json_encode($time_spent_columns, JSON_HEX_APOS) ?>' data-label="<?= t('Time spent') ?>"></div>
|
||||
<table class="table-stripped">
|
||||
<table class="table-striped">
|
||||
<tr>
|
||||
<th><?= t('Column') ?></th>
|
||||
<th><?= t('Time spent') ?></th>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<?php if ($subtask_paginator->isEmpty()): ?>
|
||||
<p class="alert"><?= t('There is nothing to show.') ?></p>
|
||||
<?php else: ?>
|
||||
<table class="table-fixed">
|
||||
<table class="table-fixed table-scrolling">
|
||||
<tr>
|
||||
<th class="column-15"><?= $subtask_paginator->order(t('User'), 'username') ?></th>
|
||||
<th><?= $subtask_paginator->order(t('Subtask'), 'subtask_title') ?></th>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<?php if (empty($transitions)): ?>
|
||||
<p class="alert"><?= t('There is nothing to show.') ?></p>
|
||||
<?php else: ?>
|
||||
<table class="table-stripped">
|
||||
<table class="table-striped table-scrolling">
|
||||
<tr>
|
||||
<th><?= t('Date') ?></th>
|
||||
<th><?= t('Source column') ?></th>
|
||||
|
||||
Reference in New Issue
Block a user