Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fixed tip issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jun 14, 2011
1 parent 5184d08 commit d5f9b47
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.basic.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Wed Jun 8 00:02:52 2011 +0100
* Date: Tue Jun 14 14:43:01 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
5 changes: 3 additions & 2 deletions dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Wed Jun 8 00:02:52 2011 +0100
* Date: Tue Jun 14 14:43:01 2011 +0100
*/

/* Core qTip styles */
Expand Down Expand Up @@ -159,7 +159,8 @@
background: transparent;
border: 0px dashed transparent;
}


.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


/* Modal plugin */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Wed Jun 8 00:02:52 2011 +0100
* Date: Tue Jun 14 14:43:01 2011 +0100
*/

/*jslint browser: true, onevar: true, undef: true, nomen: true, bitwise: true, regexp: true, newcap: true, immed: true, strict: true */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/tips.css
Expand Up @@ -19,6 +19,7 @@
background: transparent;
border: 0px dashed transparent;
}


.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }


0 comments on commit d5f9b47

Please sign in to comment.