mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
* All apps: Fix styling glitches for search links dropdown
This commit is contained in:
@@ -682,7 +682,7 @@ var et2_link_entry = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
// Normal stuff
|
||||
li.append(jQuery( "<a></a>" ).text( item.label ))
|
||||
.appendTo(ul);
|
||||
window.setTimeout(function(){ul.toggleClass('ui-menu-rtl',(ul.offset().left + ul.width() > window.outerWidth))}, 300);
|
||||
window.setTimeout(function(){ul.css('max-width', jQuery('.et2_container').width()-ul.offset().left)}, 300);
|
||||
return li;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user