N°1479 : Fixed a regression where on impact analysis display, every tabs would be resized to 15px. Added css for advanced search for impact analysis & normal search

SVN:trunk[5840]
This commit is contained in:
Stephen Abello
2018-06-08 10:17:58 +00:00
parent e00f9c2a83
commit 885cabd6ef
4 changed files with 1805 additions and 1619 deletions

View File

@@ -801,7 +801,7 @@ $(function()
}
var aContexts = [];
$('#'+sId+'_contexts').multiselect('getChecked').each(function() { aContexts[$(this).val()] = me.options.additional_contexts[$(this).val()].oql; });
this.element.closest('.ui-tabs').tabs({ heightStyle: "fill" });
//this.element.closest('.ui-tabs').tabs({ heightStyle: "fill" });
this.adjust_height();
this._close_all_tooltips();
this.oPaper.rect(this.xPan, this.yPan, this.element.width(), this.element.height()).attr({fill: '#000', opacity: 0.4, 'stroke-width': 0});