Fix hover help for matrix
This commit is contained in:
parent
183242a6ce
commit
3f5ca61c12
11 changed files with 318 additions and 61 deletions
|
|
@ -9,6 +9,7 @@
|
|||
font-weight: normal;
|
||||
padding: 3px;
|
||||
z-index: 1000;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.wg-hoverhelp.yui-tt {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ YAHOO.util.Event.onDOMReady(function () {
|
|||
for (i = 0; i < tips.length; i++) {
|
||||
var myTip = new YAHOO.widget.Tooltip(tips[i], {
|
||||
autodismissdelay: 1000000,
|
||||
width: '300px',
|
||||
context: tips[i].parentNode
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue