Skip to content
Snippets Groups Projects
Commit bcbebe8d authored by Volkan Gezer's avatar Volkan Gezer
Browse files

Merge pull request #8942 from owncloud/fix-user-search-field

fix hidden user group search field
parents e0446a1d e34a8bb9
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment