Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen <rothjochen@gmail.com>2019-09-03 23:44:31 +0300
committerJochen <rothjochen@gmail.com>2019-09-03 23:44:31 +0300
commite710976b9991969f7cde69f9d5483cd53062e05a (patch)
tree39d2c1ed37c3248d2320a724edf389276d1ef134 /core/templates
parentdc30ffc1e5170ab1af1c407cbdaf43d8e2beab41 (diff)
Add more space between form and alternate login
Signed-off-by: Jochen <rothjochen@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/login.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index 10d5087fd04..eeeb38d9fc9 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -3,13 +3,12 @@
script('core', 'dist/login');
?>
-
<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']); ?>" >
+ <a class="button primary <?php p($login['style']); ?>" href="<?php print_unescaped($login['href']); ?>" >
<?php p($l->t('Log in with')) ?>
<?php p($login['name']); ?>
</a>