Content deleted Content added
prevent duplicate smaller thumbnail |
adjust styles |
||
Line 443:
thumbnailSizeLimit: 0
});
this.fileSelect.$element
.find(".oo-ui-selectFileWidget-dropTarget").css({"height":"auto"});
this.fileSelect.$element
.find(".oo-ui-selectFileWidget-thumbnail").css({"display":"none"});
this.fileSelect.$element
.find(".oo-ui-selectFileInputWidget-info").css({"margin":"0"});
this.urlInput = new OO.ui.TextInputWidget({
type: 'url',
|