aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
-rw-r--r--core/templates/login.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 6182655893f..268040525bf 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -199,7 +199,7 @@ input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; }
/* NEEDED FOR INFIELD LABELS */
p.infield { position:relative; }
label.infield { cursor:text !important; top:1.05em; left:.85em; }
-#login form label.infield { position:absolute; font-size:19px; color:#aaa; white-space:nowrap; padding-left:1.2em; }
+#login form label.infield { position:absolute; font-size:19px; color:#aaa; white-space:nowrap; padding-left:1.4em; }
#login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; }
#login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
diff --git a/core/templates/login.php b/core/templates/login.php
index ed9aaba8a4c..e66d27f6d69 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -48,9 +48,9 @@
<fieldset>
<legend><?php echo $l->t('Alternative Logins') ?></legend>
<ul>
- <? foreach($_['alt_login'] as $login): ?>
+ <?php foreach($_['alt_login'] as $login): ?>
<li><a class="button" href="<?php echo $login['href']; ?>" ><?php echo $login['name']; ?></a></li>
- <?php endforeach; ?>
+ <?php endforeach; ?>
</ul>
</fieldset>
</form>