1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

Reduce vertical padding on login screen

This commit is contained in:
Hillel Coren 2017-03-19 20:20:33 +02:00
parent f0175709d2
commit 1a70fdaeef
4 changed files with 4 additions and 6 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

@ -146,7 +146,7 @@ hr.green {
/****** SIGN UP ********************************************************************/
.row.sign-up {
margin-top: 100px;
margin-top: 80px;
text-align: center;
}

View File

@ -1,7 +1,5 @@
<div class="container">
<div class="alert alert-warning" id="keepAliveDiv" style="display:none">
<div class="alert alert-warning" style="display:none" id="keepAliveDiv">
{!! trans('texts.page_expire', ['click_here' => link_to('#', trans('texts.click_here'), ['onclick' => 'keepAlive()'])]) !!}
</div>
</div>
<script type="text/javascript">