Remove fixed table on dashboard and improve input placeholders

This commit is contained in:
Frederic Guillot
2016-08-13 19:34:21 -04:00
parent 4520026e91
commit a631b76175
7 changed files with 19 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
<?php if ($paginator->isEmpty()): ?>
<p class="alert"><?= t('There is nothing assigned to you.') ?></p>
<?php else: ?>
<table class="table-fixed table-small">
<table class="table-small">
<tr>
<th class="column-5"><?= $paginator->order('Id', \Kanboard\Model\TaskModel::TABLE.'.id') ?></th>
<th class="column-20"><?= $paginator->order(t('Project'), 'project_name') ?></th>