diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index a69e995f..ece4cc90 100644 --- a/dist/jquery.qtip.css +++ b/dist/jquery.qtip.css @@ -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{ @@ -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; @@ -500,8 +501,6 @@ } .ui-tooltip-tipped .ui-tooltip-icon{ - margin-top: -1px; - border: 2px solid #285589; background: #285589; } diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js index c0348007..cff3da56 100644 --- a/dist/jquery.qtip.js +++ b/dist/jquery.qtip.js @@ -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/ diff --git a/dist/jquery.qtip.min.js b/dist/jquery.qtip.min.js index d848f7f1..2cae2d0e 100644 --- a/dist/jquery.qtip.min.js +++ b/dist/jquery.qtip.min.js @@ -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/ diff --git a/dist/jquery.qtip.pack.js b/dist/jquery.qtip.pack.js index 4dc5fd90..85388269 100644 --- a/dist/jquery.qtip.pack.js +++ b/dist/jquery.qtip.pack.js @@ -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/ diff --git a/src/core.css b/src/core.css index cba9f487..c1734267 100644 --- a/src/core.css +++ b/src/core.css @@ -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; diff --git a/src/extra.css b/src/extra.css index bd7a82cb..41b41c01 100644 --- a/src/extra.css +++ b/src/extra.css @@ -171,8 +171,6 @@ } .ui-tooltip-tipped .ui-tooltip-icon{ - margin-top: -1px; - border: 2px solid #285589; background: #285589; }