[Pkg-owncloud-commits] [owncloud] 92/223: fix layout of password protected shares
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit fc9787ed64c9695d0b7ba98ec63590326b472813
Author: Morris Jobke <hey at morrisjobke.de>
Date: Fri Jun 13 16:38:42 2014 +0200
fix layout of password protected shares
* add password icon
* fix upshifted arrow button - fixes #9024
---
apps/files_sharing/css/authenticate.css | 8 ++++++++
apps/files_sharing/templates/authenticate.php | 1 +
2 files changed, 9 insertions(+)
diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css
index a5aa556..15e3e7a 100644
--- a/apps/files_sharing/css/authenticate.css
+++ b/apps/files_sharing/css/authenticate.css
@@ -14,3 +14,11 @@ input[type='submit'] {
position: absolute;
top: 0px;
}
+
+fieldset > p {
+ position: relative;
+}
+
+#password-icon {
+ top: 20px;
+}
diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php
index f899a54..297f891 100644
--- a/apps/files_sharing/templates/authenticate.php
+++ b/apps/files_sharing/templates/authenticate.php
@@ -12,6 +12,7 @@
placeholder="<?php p($l->t('Password')); ?>" value=""
autocomplete="off" autocapitalize="off" autocorrect="off"
autofocus />
+ <img class="svg" id="password-icon" src="/master/core/img/actions/password.svg" alt="">
<input type="submit" value="" class="svg icon-confirm" />
</p>
</fieldset>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list