summaryrefslogtreecommitdiffstats
path: root/core/templates/login.php
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-04 16:58:42 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-04 16:58:42 +0100
commit855a011697c018d5e30dd380227cbf992c967fd1 (patch)
tree764430460b5d80324f5d98c69d7309b956d474bc /core/templates/login.php
parent9e6ffece64ab8b44bc58ecb01249b682e8d45ba6 (diff)
downloadnextcloud-server-855a011697c018d5e30dd380227cbf992c967fd1.tar.gz
nextcloud-server-855a011697c018d5e30dd380227cbf992c967fd1.zip
group related input fields visually
Diffstat (limited to 'core/templates/login.php')
-rw-r--r--core/templates/login.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/login.php b/core/templates/login.php
index d6b09c83d3a..cb4b6717b61 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -16,11 +16,11 @@
</li></a>
<?php endif; ?>
</ul>
- <p class="infield">
+ <p class="infield grouptop">
<label for="user" class="infield"><?php echo $l->t( 'Username' ); ?></label>
<input type="text" name="user" id="user" value="<?php echo $_['username']; ?>"<?php echo $_['user_autofocus']?' autofocus':''; ?> autocomplete="on" required />
</p>
- <p class="infield">
+ <p class="infield groupbottom">
<label for="password" class="infield"><?php echo $l->t( 'Password' ); ?></label>
<input type="password" name="password" id="password" value="" required<?php echo $_['user_autofocus']?'':' autofocus'; ?> />
</p>