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

Commit

Permalink
More style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 29, 2010
1 parent eea90b0 commit cfed4a4
Show file tree
Hide file tree
Showing 5 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: Mon Nov 29 04:38:50 2010 +0000
* Date: Mon Nov 29 04:41:03 2010 +0000
*/

.ui-tooltip-accessible{
Expand Down Expand Up @@ -378,12 +378,11 @@ div.ui-tooltip-tip{
}

.ui-tooltip-tipsy .ui-tooltip-titlebar{
padding: 6px 35px 3px 10px;
margin-bottom: 0;
padding: 6px 35px 0 10px;
}

.ui-tooltip-tipsy .ui-tooltip-content{
padding: 2px 10px 6px;
padding: 6px 10px;
}

.ui-tooltip-tipsy .ui-tooltip-close .ui-icon{
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: Mon Nov 29 04:38:50 2010 +0000
* Date: Mon Nov 29 04:41:03 2010 +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.

5 changes: 2 additions & 3 deletions src/extra.css
Expand Up @@ -110,12 +110,11 @@
}

.ui-tooltip-tipsy .ui-tooltip-titlebar{
padding: 6px 35px 3px 10px;
margin-bottom: 0;
padding: 6px 35px 0 10px;
}

.ui-tooltip-tipsy .ui-tooltip-content{
padding: 2px 10px 6px;
padding: 6px 10px;
}

.ui-tooltip-tipsy .ui-tooltip-close .ui-icon{
Expand Down

0 comments on commit cfed4a4

Please sign in to comment.