[FIX]css issue.

bzr revid: kch@tinyerp.com-20131217094157-i45wv6xs1uz38kin
This commit is contained in:
Kunal Chavda (Open ERP) 2013-12-17 15:11:57 +05:30
parent 3fcd2e2440
commit e6112472ce
3 changed files with 5 additions and 3 deletions

View File

@ -1141,7 +1141,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
var eventOut = trigger == 'hover' ? 'mouseleave' : 'blur'
this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
//this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
}
}

View File

@ -3465,10 +3465,11 @@ div.ui-widget-overlay {
.tooltip-inner {
text-align: left !important;
max-width: 250px;
}
.tooltip.bottom .tooltip-arrow {
left: 35% !important;
left: 50%;
}
button, body {

View File

@ -2768,8 +2768,9 @@ div.ui-widget-overlay
// Customize bootstrap3 for tooltip
.tooltip-inner
text-align: left !important
max-width: 250px
.tooltip.bottom .tooltip-arrow
left: 35% !important
left: 50%
// End of customize
// Customize for global tags