Merge pull request #16283 from owncloud/fix-search-users

fix user mgmt search box position, fix #15928
This commit is contained in:
Morris Jobke 2015-05-12 16:21:31 +02:00
commit d4eff55342
1 changed files with 8 additions and 1 deletions

View File

@ -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 */