Merge branch 'ticket-landingpage' into develop

This commit is contained in:
Marion Muszynski 2016-04-18 15:22:50 +02:00
commit f288f1ce8d
2 changed files with 26 additions and 1 deletions

View File

@ -4,9 +4,10 @@
padding: 6px 50px;
width: inherit;
text-align: right;
margin-top: 5px;
}
</style>
<p class="cart_navigation" id="account_form_bottom">
<a id="SubmitLogin" href="{$link->getPageLink('authentication.php')}">{l s='log in' mod='landingpages'}</a>
<a id="SubmitLogin" href="{$link->getPageLink('authentication.php')}">{l s='Already member' mod='landingpages'}</a>
</p>
{/if}

View File

@ -0,0 +1,24 @@
{if $connect_button == 1}
<style type="text/css">
#authentication #center_column #account-creation_container p#account_form_bottom{
padding: 0px;
width: inherit;
text-align: right;
margin-top: 10px;
}
#authentication #center_column #account-creation_container p#account_form_bottom a#SubmitLogin{
height: 40px;
padding: 0px 15px 0px 15px;
text-decoration: none;
color: #fff;
border: 0px none;
position: relative;
right: 0px;
border-radius: 0px !important;
background: #565485;
}
</style>
<p class="cart_navigation" id="account_form_bottom">
<a id="SubmitLogin" href="{$link->getPageLink('authentication.php')}">{l s='Already member' mod='landingpages'}</a>
</p>
{/if}