1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-19 16:01:34 +02:00

Hide sidebar footer when sidebar is hidden

This commit is contained in:
Hillel Coren 2017-01-08 17:24:23 +02:00
parent c68689db41
commit f5ce8c325a
4 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -189,6 +189,10 @@
color:#fff !important;
}
#wrapper.toggled-left #left-sidebar-wrapper .nav-footer {
visibility: hidden;
}
#wrapper {
padding-left: 250px;
padding-right: 250px;

View File

@ -515,7 +515,7 @@
@endforeach
@endif
@include('partials.navigation_option', ['option' => 'settings'])
<li style="width:100%">
<li style="width:100%;">
<div class="nav-footer">
<a href="javascript:showContactUs()" target="_blank" title="{{ trans('texts.contact_us') }}">
<i class="fa fa-envelope"></i>