Skip to content
Snippets Groups Projects
Commit 76f6f6b6 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix user mgmt search box position, fix #15928

parent 46e4d881
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,14 @@ li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; } ...@@ -116,7 +116,14 @@ li.active span.utils .delete:hover, li.active .rename:hover { opacity: 1; }
span.utils .delete, .rename { display: none; } span.utils .delete, .rename { display: none; }
#app-navigation ul li.active > span.utils .delete, #app-navigation ul li.active > span.utils .delete,
#app-navigation ul li.active > span.utils .rename { display: block; } #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; } #usersearchform label { font-weight: 700; }
/* display table at full width */ /* display table at full width */
......
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