Improve dropdown icons

This commit is contained in:
Frederic Guillot
2017-02-18 16:53:37 -05:00
parent ab40004558
commit 4d4d7b3e1f
11 changed files with 19 additions and 27 deletions

View File

@@ -19,7 +19,7 @@
<tr>
<td>
<div class="dropdown">
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><?= '#'.$user['id'] ?> <i class="fa fa-caret-down"></i></a>
<a href="#" class="dropdown-menu dropdown-menu-link-icon"><strong><?= '#'.$user['id'] ?> <i class="fa fa-caret-down"></i></strong></a>
<ul>
<li>
<?= $this->url->icon('user', t('View profile'), 'UserViewController', 'show', array('user_id' => $user['id'])) ?>