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

Commit

Permalink
Few minor CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Jan 4, 2011
1 parent 8d2d201 commit 9ebb821
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
7 changes: 3 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: Tue Jan 4 01:19:36 2011 +0000
* Date: Tue Jan 4 01:40:18 2011 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -71,7 +71,8 @@
.ui-tooltip-titlebar .ui-state-default{
position: absolute;
right: 5px;
top: 5px;
top: 50%;
margin-top: -9px;

cursor: pointer;
outline: medium none;
Expand Down Expand Up @@ -500,8 +501,6 @@
}

.ui-tooltip-tipped .ui-tooltip-icon{
margin-top: -1px;

border: 2px solid #285589;
background: #285589;
}
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: Tue Jan 4 01:19:36 2011 +0000
* Date: Tue Jan 4 01:40:18 2011 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

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

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/core.css
Expand Up @@ -57,7 +57,8 @@
.ui-tooltip-titlebar .ui-state-default{
position: absolute;
right: 5px;
top: 5px;
top: 50%;
margin-top: -9px;

cursor: pointer;
outline: medium none;
Expand Down
2 changes: 0 additions & 2 deletions src/extra.css
Expand Up @@ -171,8 +171,6 @@
}

.ui-tooltip-tipped .ui-tooltip-icon{
margin-top: -1px;

border: 2px solid #285589;
background: #285589;
}
Expand Down

0 comments on commit 9ebb821

Please sign in to comment.