mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fix styling
This commit is contained in:
parent
f1fcc0b558
commit
8cc867939f
2
public/css/built.css
vendored
2
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
9
resources/assets/css/sidebar.css
vendored
9
resources/assets/css/sidebar.css
vendored
@ -169,6 +169,15 @@
|
||||
|
||||
.sidebar-nav li div.nav-footer {
|
||||
text-indent: 16px;
|
||||
line-height: 36px;
|
||||
position: absolute;
|
||||
bottom:40px;
|
||||
left:0;
|
||||
right:0;
|
||||
text-align:left;
|
||||
background-color:#000;
|
||||
min-width:263px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
|
||||
.sidebar-nav li div.nav-footer i {
|
||||
|
@ -511,8 +511,8 @@
|
||||
@endforeach
|
||||
@endif
|
||||
@include('partials.navigation_option', ['option' => 'settings'])
|
||||
<li>
|
||||
<div class="nav-footer" style="position: absolute;bottom:68px;left:0;right:0:text-align:center">
|
||||
<li style="width:100%">
|
||||
<div class="nav-footer">
|
||||
<a href="{{ url(NINJA_CONTACT_URL) }}" target="_blank" title="{{ trans('texts.contact_us') }}">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user