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 ********************************************************************/ /****** SIGN UP ********************************************************************/
.row.sign-up { .row.sign-up {
margin-top: 100px; margin-top: 80px;
text-align: center; text-align: center;
} }

View File

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