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

Commit

Permalink
Merge branch 'master' of github.com:Craga89/qTip2
Browse files Browse the repository at this point in the history
Conflicts:
	dist/jquery.qtip.css
	dist/jquery.qtip.js
	dist/jquery.qtip.min.js
	dist/jquery.qtip.pack.js
  • Loading branch information
Craga89 committed May 2, 2011
2 parents b875b6a + 3c5d6c7 commit 963d421
Show file tree
Hide file tree
Showing 26 changed files with 3,859 additions and 279 deletions.
206 changes: 126 additions & 80 deletions dist/jquery.qtip.basic.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 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: Sat Apr 23 00:41:47 2011 +0100
* Date: Mon May 2 20:12:06 2011 +0100
*/

/* Fluid class for determining actual width in IE */
Expand Down Expand Up @@ -108,6 +108,11 @@

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{

}


/*! Default tooltip style */
.ui-tooltip-titlebar,
Expand Down Expand Up @@ -440,8 +445,7 @@

/* Tipsy style */
.ui-tooltip-tipsy{
border: 0 solid #000;
border: 0 solid rgba(0,0,0,.87);
border: 0;
}

.ui-tooltip-tipsy .ui-tooltip-titlebar,
Expand All @@ -452,7 +456,7 @@
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000)";

color: white;
border: 0 dashed transparent;
border: 0px transparent;

font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
Expand Down

0 comments on commit 963d421

Please sign in to comment.