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('Your are not member of any project.') ?></p>
<?php else: ?>
<table class="table-fixed table-small">
<table class="table-small">
<tr>
<th class="column-5"><?= $paginator->order('Id', \Kanboard\Model\ProjectModel::TABLE.'.id') ?></th>
<th class="column-3"><?= $paginator->order('<i class="fa fa-lock fa-fw" title="'.t('Private project').'"></i>', \Kanboard\Model\ProjectModel::TABLE.'.is_private') ?></th>