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

Commit

Permalink
Tips plugin major update. Border is now applied outside the tip, just…
Browse files Browse the repository at this point in the history
… like regular HTML elements. tip.method removed. Few CSS fixes. Also some border-radius detection fixes
  • Loading branch information
Craga89 committed Jan 17, 2011
1 parent 5a7199c commit 812a95c
Show file tree
Hide file tree
Showing 10 changed files with 348 additions and 391 deletions.
25 changes: 12 additions & 13 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: Fri Jan 14 17:03:56 2011 +0000
* Date: Sat Jan 15 15:15:02 2011 +0000
*/

/* Fluid class for determining actual width in IE */
Expand Down Expand Up @@ -76,6 +76,10 @@
border-width: 1px;
border-style: solid;
}

* html .ui-tooltip-titlebar .ui-state-default{
top: 16px;
}

.ui-tooltip-titlebar .ui-icon,
.ui-tooltip-icon .ui-icon{
Expand Down Expand Up @@ -262,21 +266,18 @@
margin: 0 auto;
overflow: hidden;

line-height: 0.1px;
font-size: 1px;

background: transparent !important;
border: 0px !important;
border: 0px dashed transparent !important;
z-index: 10;
}

div.ui-tooltip-tip,
div.ui-tooltip-tip *{
line-height: 0.1px;
font-size: 0.1px;
}
color: #123456;

div.ui-tooltip-tip div{
background: transparent !important;
background: transparent;
border: 0px dashed transparent;
}

Expand Down Expand Up @@ -396,7 +397,7 @@
.ui-tooltip-jtools .ui-tooltip-content{
background: transparent;
color: white;
border: 0px transparent;
border: 0px dashed transparent;
}

.ui-tooltip-jtools .ui-tooltip-icon{
Expand All @@ -418,15 +419,13 @@
.ui-tooltip-cluetip .ui-tooltip-titlebar{
background-color: #87876A;
color: white;

border: 0px transparent;
border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-content{
background-color: #D9D9C2;
color: #111;

border: 0px transparent;
border: 0 dashed transparent;
}

.ui-tooltip-cluetip .ui-tooltip-icon{
Expand Down

0 comments on commit 812a95c

Please sign in to comment.