Skip to content
Snippets Groups Projects
Commit dc30ffc1 authored by Jochen's avatar Jochen
Browse files

Add more space to buttonsy


Signed-off-by: default avatarJochen <rothjochen@gmail.com>
parent 068f1d28
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ form #datadirField legend {
}
#alternative-logins a {
margin: 5px;
margin: 10px 5px;
display: block;
font-size: 15px;
}
......
......@@ -3,12 +3,16 @@
script('core', 'dist/login');
?>
<?php if (!empty($_['alt_login'])) { ?>
<div id="alternative-logins">
<?php foreach($_['alt_login'] as $login): ?>
<a class="button primary" href="<?php print_unescaped($login['href']); ?>" ><?php p($login['name']); ?></a>
<?php endforeach; ?>
</div>
<?php } ?>
<div id="login"></div>
<?php if (!empty($_['alt_login'])) { ?>
<div id="alternative-logins">
<?php foreach($_['alt_login'] as $login): ?>
<a class="button primary" href="<?php print_unescaped($login['href']); ?>" >
<?php p($l->t('Log in with')) ?>
<?php p($login['name']); ?>
</a>
<?php endforeach; ?>
</div>
<?php } ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment