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

Commit

Permalink
Remove ui-tooltip padding and box-shadow by default, and get rid of r…
Browse files Browse the repository at this point in the history
…edundant .qtip selector
  • Loading branch information
Craga89 committed Mar 1, 2013
1 parent bb0c2f4 commit 557ecb5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
9 changes: 6 additions & 3 deletions dist/jquery.qtip.css
@@ -1,18 +1,18 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-27-
* qTip2 - Pretty powerful tooltips - v2.0.1-28-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Tue Feb 26 2013 11:17 GMT+0000
* Date: Fri Mar 1 2013 10:50 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/

/* Core qTip styles */
.qtip, .qtip{
.qtip{
position: absolute;
left: -28000px;
top: -28000px;
Expand All @@ -25,6 +25,9 @@
line-height: 12px;

direction: ltr;

box-shadow: none;
padding: 0;
}

.qtip-content{
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.qtip.js
@@ -1,12 +1,12 @@
/*!
* qTip2 - Pretty powerful tooltips - v2.0.1-27-
* qTip2 - Pretty powerful tooltips - v2.0.1-28-
* http://qtip2.com
*
* Copyright (c) 2013 Craig Michael Thompson
* Released under the MIT, GPL licenses
* http://jquery.org/license
*
* Date: Tue Feb 26 2013 11:17 GMT+0000
* Date: Fri Mar 1 2013 10:50 GMT+0000
* Plugins: svg ajax tips modal viewport imagemap ie6
* Styles: basic css3
*/
Expand Down Expand Up @@ -1799,7 +1799,7 @@ if(!$.ui) {
}

// Set global qTip properties
QTIP.version = '2.0.1-27-';
QTIP.version = '2.0.1-28-';
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.

0 comments on commit 557ecb5

Please sign in to comment.