Add space between icon and email in top navbar.

This commit is contained in:
Damien GUILLEM 2015-04-27 11:29:54 +02:00 committed by dam09fr
parent 01000337a7
commit aad3e6979f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<!-- Top Menu Items -->
<ul class="nav navbar-right top-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-user"></i> <?php secho($email); ?> <b class="caret"></b></a>
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-user"></i> <?php secho($email); ?> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="<?php echo $this->generateUrl('profile'); ?>"><i class="fa fa-fw fa-user"></i> Profil</a>