css bug fixing
This commit is contained in:
@@ -28,7 +28,7 @@ mindplot.widget.IconPanel = new Class({
|
||||
},
|
||||
|
||||
buildPanel:function () {
|
||||
var content = $('<div class="toolbarPanel" id="IconsPanel"></div>').css({width: 253, height: 230});
|
||||
var content = $('<div class="toolbarPanel" id="IconsPanel"></div>').css({width: 245, height: 230});
|
||||
content.on('click', function (event) {
|
||||
event.stopPropagation()
|
||||
});
|
||||
|
@@ -46,7 +46,8 @@ mindplot.widget.ToolbarPaneItem = new Class({
|
||||
return me._updateSelectedItem();
|
||||
},
|
||||
className: 'toolbarPaneTip',
|
||||
trigger: 'manual'
|
||||
trigger: 'manual',
|
||||
template: '<div class="popover popoverGray" role="tooltip"><div class="arrow arrowGray"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
|
||||
});
|
||||
|
||||
this._tip.addEvent('hide', function() {
|
||||
|
Reference in New Issue
Block a user