diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-06-07 21:12:12 +0200 |
---|---|---|
committer | Volkan Gezer <volkangezer@gmail.com> | 2014-06-07 21:12:12 +0200 |
commit | e34a8bb9d6385f257e4abf28b97c8b81cd84859c (patch) | |
tree | d7d18db000432a3ad3a1a3c6168c5d009bd41b68 /settings/css | |
parent | e0446a1df530100e53aab018159cd6df41ae7763 (diff) | |
download | nextcloud-server-e34a8bb9d6385f257e4abf28b97c8b81cd84859c.tar.gz nextcloud-server-e34a8bb9d6385f257e4abf28b97c8b81cd84859c.zip |
fix hidden user group search field
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5fd16b2da86..ecfcfadc9b9 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -68,7 +68,7 @@ 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: 4px; right: 10px; } +#usersearchform { position: absolute; top: 2px; right: 250px; } #usersearchform label { font-weight: 700; } form { display:inline; } |