RNVP : Tooltip bottom

This commit is contained in:
Michael RICOIS 2015-07-09 20:10:57 +00:00
parent 0be6a056f9
commit 4874a840dc

View File

@ -47,6 +47,6 @@ if ($('a.rnvp').length){
}
},
style: { width: 350, classes: "ui-tooltip-cream" },
position: { my: "bottom center", at: "top center" }
position: { my: "top center", at: "bottom center" }
});
}