Add icon to hide/show sidebar

This commit is contained in:
Frederic Guillot
2015-07-18 18:21:48 -04:00
parent e7ff62f5e3
commit 1bce737243
12 changed files with 162 additions and 72 deletions

View File

@@ -67,4 +67,6 @@
</li>
<?php endif ?>
</ul>
<div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
<div class="sidebar-expand" style="display: none"><a href="#" title="<?= t('Expand sidebar') ?>"><i class="fa fa-chevron-right"></i></a></div>
</div>