summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 09:28:20 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-04 09:28:20 +0200
commit6b2b903ea62ad229d4d0ee993841063937bbfb08 (patch)
tree9a8f540cedde003dcd56506c7eb79184c9f18305 /apps
parentf5c4754c2b0d5c6e53688dea472339ec45afc448 (diff)
parentcea7d4961ecb1a75de291a24b503a1e82e558e1b (diff)
downloadnextcloud-server-6b2b903ea62ad229d4d0ee993841063937bbfb08.tar.gz
nextcloud-server-6b2b903ea62ad229d4d0ee993841063937bbfb08.zip
Merge pull request #8468 from owncloud/remove-infieldlabels
Remove infieldlabels
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/authenticate.css7
-rw-r--r--apps/files_sharing/templates/authenticate.php4
2 files changed, 2 insertions, 9 deletions
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css
index ef963ba7c65..a5aa55632bb 100644
--- a/apps/files_sharing/css/authenticate.css
+++ b/apps/files_sharing/css/authenticate.css
@@ -1,10 +1,3 @@
-#body-login form label.infield {
- width: 190px;
- padding: 10px;
- left: 8px;
- top: 8px;
-}
-
#password {
width: 190px !important;
padding: 10px;
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index 055329ecabf..f899a54e0f9 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -6,10 +6,10 @@
<?php if (isset($_['wrongpw'])): ?>
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
<?php endif; ?>
- <p class="infield">
+ <p>
<label for="password" class="infield"><?php p($l->t('Password')); ?></label>
<input type="password" name="password" id="password"
- placeholder="" value=""
+ placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus />
<input type="submit" value="" class="svg icon-confirm" />