Merge pull request #5867 from owncloud/users-groupadmindropdown
Users groupadmindropdown
This commit is contained in:
commit
57a3141cb1
2 changed files with 1 additions and 2 deletions
|
@ -52,6 +52,7 @@ div.multiselect {
|
|||
display: inline-block;
|
||||
max-width: 400px;
|
||||
min-width: 150px;
|
||||
min-height: 20px;
|
||||
padding-right: .6em;
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
|
|
|
@ -156,8 +156,6 @@
|
|||
var newOuterWidth=Math.max((button.outerWidth()-2),settings.minOuterWidth)+'px';
|
||||
var newWidth=Math.max(button.width(),settings.minWidth);
|
||||
var pos=button.position();
|
||||
button.css('height',button.height());
|
||||
button.css('white-space','nowrap');
|
||||
button.css('width',oldWidth);
|
||||
button.animate({'width':newWidth},undefined,undefined,function(){
|
||||
button.css('width','');
|
||||
|
|
Loading…
Reference in a new issue