diff --git a/settings/css/settings.css b/settings/css/settings.css
index 4e398c64c4ea15f3283a1b6ace9282fcb91154b7..e0fe9b446bed0a6e02223fd24b968c3dc4ddecab 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 */