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

Commit

Permalink
Add line-height to title button to fix text offset issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Mar 20, 2013
1 parent 3a13ed8 commit a1619f8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions dist/jquery.qtip.css
@@ -1,12 +1,12 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-35-
* qTip2 - Pretty powerful tooltips - v2.0.1-36-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Sun Mar 10 2013 03:07 GMT+0000
* Date: Wed Mar 20 2013 04:47 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
Expand Down Expand Up @@ -89,6 +89,7 @@
width: 18px;
height: 14px;

line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.qtip.js
@@ -1,12 +1,12 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-35-
* qTip2 - Pretty powerful tooltips - v2.0.1-36-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Sun Mar 10 2013 03:07 GMT+0000
* Date: Wed Mar 20 2013 04:47 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
Expand Down Expand Up @@ -1813,7 +1813,7 @@ if(!$.ui) {
}

// Set global qTip properties
QTIP.version = '2.0.1-35-';
QTIP.version = '2.0.1-36-';
QTIP.nextid = 0;
QTIP.inactiveEvents = 'click dblclick mousedown mouseup mousemove mouseleave mouseenter'.split(' ');
QTIP.zindex = 15000;
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.css

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

4 changes: 2 additions & 2 deletions dist/jquery.qtip.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core.css
Expand Up @@ -76,6 +76,7 @@
width: 18px;
height: 14px;

line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
Expand Down

0 comments on commit a1619f8

Please sign in to comment.