Small style fix
This commit is contained in:
parent
ee677554c9
commit
e1f9ec1571
2 changed files with 3 additions and 11 deletions
|
|
@ -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…
Add table
Reference in a new issue