mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Small style fix
This commit is contained in:
parent
ee677554c9
commit
e1f9ec1571
@ -142,7 +142,7 @@
|
||||
<div class="bottom">
|
||||
<div class="wrap">
|
||||
@if (!isset($hideLogo) || !$hideLogo)
|
||||
<div class="copy">Copyright ©2015 <a href="{{ NINJA_WEB_URL }}" target="_blank">Invoice Ninja</a>. All rights reserved.</div>
|
||||
<div class="copy">Copyright ©{{ date('Y') }} <a href="{{ NINJA_WEB_URL }}" target="_blank">Invoice Ninja</a>. All rights reserved.</div>
|
||||
@endif
|
||||
</div><!-- .wrap -->
|
||||
</div><!-- .bottom -->
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
</style>
|
||||
|
||||
<div class="container" id="main-container">
|
||||
<div class="container" id="main-container" style="min-height:800px">
|
||||
|
||||
<p> </p>
|
||||
|
||||
@ -46,13 +46,5 @@
|
||||
</div>
|
||||
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$('#main-container').height($(window).height() - ($('.navbar').height() + $('footer').height() + 20));
|
||||
});
|
||||
</script>
|
||||
|
||||
@stop
|
||||
|
||||
@stop
|
Loading…
x
Reference in New Issue
Block a user