[Pkg-owncloud-commits] [owncloud] 63/123: fix user mgmt search box position, fix #15928

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 76f6f6b6bc912cf3433d910f0e51d86fdb4eb649
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Tue May 12 15:48:45 2015 +0200

    fix user mgmt search box position, fix #15928
---
 settings/css/settings.css | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/settings/css/settings.css b/settings/css/settings.css
index 4e398c6..e0fe9b4 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -116,7 +116,14 @@ li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
 span.utils .delete, .rename { display: none; }
 #app-navigation ul li.active > span.utils .delete,
 #app-navigation ul li.active > span.utils .rename { display: block; }
-#usersearchform { position: absolute; top: 2px; right: 250px; }
+#usersearchform {
+	position: absolute;
+	top: 2px;
+	right: 0;
+}
+#usersearchform input {
+	width: 150px;
+}
 #usersearchform label { font-weight: 700; }
 
 /* display table at full width */

-- 
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