Skip to content

Commit

Permalink
Merge pull request #16283 from owncloud/fix-search-users
Browse files Browse the repository at this point in the history
fix user mgmt search box position, fix #15928
  • Loading branch information
MorrisJobke committed May 12, 2015
2 parents 895a1a5 + 76f6f6b commit d4eff55
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion settings/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit d4eff55

Please sign in to comment.