Update from upstream
Change-Id: If0e2a166c50b1e6c104cb81f01c42e4f22d43c21
This commit is contained in:
@@ -160,11 +160,7 @@
|
|||||||
* Show the ULS window
|
* Show the ULS window
|
||||||
*/
|
*/
|
||||||
show: function () {
|
show: function () {
|
||||||
var pos = this.position();
|
this.$menu.css( this.position() );
|
||||||
this.$menu.css( {
|
|
||||||
top: pos.top,
|
|
||||||
left: '25%'
|
|
||||||
} );
|
|
||||||
|
|
||||||
if ( this.options.compact ) {
|
if ( this.options.compact ) {
|
||||||
this.$menu.addClass( 'uls-compact' );
|
this.$menu.addClass( 'uls-compact' );
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user