From 90c5104e79ee81bc4ea2387acc61e78e36e2bb57 Mon Sep 17 00:00:00 2001 From: Craig Michael Thompson Date: Sun, 3 Oct 2010 17:07:27 +0100 Subject: [PATCH] Removed !important flags from ui-tooltip-accessible as it was cauisng problems with tooltips now showing --- dist/jquery.qtip.css | 8 ++++---- dist/jquery.qtip.js | 2 +- dist/jquery.qtip.min.js | 2 +- dist/jquery.qtip.pack.js | 2 +- src/core.css | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css index 11582fa5..cee21597 100644 --- a/dist/jquery.qtip.css +++ b/dist/jquery.qtip.css @@ -9,13 +9,13 @@ * http://en.wikipedia.org/wiki/MIT_License * http://en.wikipedia.org/wiki/GNU_General_Public_License * -* Date: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ .ui-tooltip-accessible{ - left: -31512px !important; - display: block !important; - visibility: hidden !important; + left: -31512px; + display: block; + visibility: hidden; } /* IE6 ONLY - Width detection fix */ diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js index 470ce1bb..eea03d2a 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: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "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 40d8af26..98b297c1 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: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "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 a1535eec..55c01d90 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: Sun Oct 3 16:24:20 2010 +0100 +* Date: Sun Oct 3 16:45:23 2010 +0100 */ "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 96ba58c2..17cdeb71 100644 --- a/src/core.css +++ b/src/core.css @@ -1,7 +1,7 @@ .ui-tooltip-accessible{ - left: -31512px !important; - display: block !important; - visibility: hidden !important; + left: -31512px; + display: block; + visibility: hidden; } /* IE6 ONLY - Width detection fix */