Improve responsive css

This commit is contained in:
Frederic Guillot
2015-02-21 17:02:13 -05:00
parent 279ad3c17e
commit b9dd69853d
8 changed files with 60 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<section id="main">
<div class="page-header">
<div class="page-header page-header-mobile">
<ul>
<?php if ($this->userSession->isAdmin()): ?>
<li><i class="fa fa-plus fa-fw"></i><?= $this->a(t('New project'), 'project', 'create') ?></li>