Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-12 16:48:45 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-05-12 16:48:45 +0300
commit76f6f6b6bc912cf3433d910f0e51d86fdb4eb649 (patch)
tree5498a72b95d742baa29d6adb53d626739293e7c8 /settings/css
parent46e4d8818ce951383dc467f46f8fc0492536cd48 (diff)
fix user mgmt search box position, fix #15928
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 4e398c64c4e..e0fe9b446be 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 */