Commit 9a44a854 authored by Franco Fichtner's avatar Franco Fichtner

login: use former branding, looks a bit nicer

parent dbe860f0
...@@ -430,7 +430,7 @@ function display_login_form($Login_Error = '') ...@@ -430,7 +430,7 @@ function display_login_form($Login_Error = '')
</div> </div>
</main> </main>
<div class="text-center"> <div class="login-foot text-center">
<a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c) <?=$g['product_copyright_years']?> <a target="_blank" href="<?=$g['product_website']?>" class="redlnk"><?=$g['product_name']?></a> (c) <?=$g['product_copyright_years']?>
<a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a> <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright_owner']?></a>
</div> </div>
......
...@@ -254,15 +254,8 @@ body{ ...@@ -254,15 +254,8 @@ body{
} }
.login-foot{ .login-foot{
background: #FFF;
border-top: 1px solid map-get($colors, bordergrey);
color:#9F9F9F; color:#9F9F9F;
font-size: 12px; font-size: 12px;
height: 60px;
p{
padding-top: 21px;
}
} }
.login-modal{ .login-modal{
......
...@@ -5576,13 +5576,8 @@ body { ...@@ -5576,13 +5576,8 @@ body {
height: 60px; } height: 60px; }
.login-foot { .login-foot {
background: #FFF;
border-top: 1px solid #E5E5E5;
color: #9F9F9F; color: #9F9F9F;
font-size: 12px; font-size: 12px; }
height: 60px; }
.login-foot p {
padding-top: 21px; }
.login-modal-container { .login-modal-container {
background: #FFF; background: #FFF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment