mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Reduce vertical padding on login screen
This commit is contained in:
parent
f0175709d2
commit
1a70fdaeef
2
public/css/built.login.css
vendored
2
public/css/built.login.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
resources/assets/css/login.css
vendored
2
resources/assets/css/login.css
vendored
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user