From 9653d75331a2cab9d75020d62c19d5da91b2fd7a Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 11 Oct 2012 21:29:28 +0000 Subject: upgrade cluetip version from 1.0.7 to 1.2.6 git-svn-id: http://piwigo.org/svn/trunk@18610 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 4 ++-- admin/themes/default/theme.css | 6 +++--- admin/themes/roma/theme.css | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 2b5c56aab..81e1fb069 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -192,8 +192,8 @@ position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; } #adminHome:hover {background-color:#d0d0d0;} /* jQuery tooltips */ -.cluetip-default #cluetip-outer { border-color:#999; color: #777; background-color: #eee; } -.cluetip-default h3#cluetip-title { background-color: #ddd; } +.cluetip-outer { border-color:#999; color: #777; background-color: #eee; } +.cluetip-title { background-color: #ddd; } /* jQuery ui resizable */ .ui-resizable { position: relative; } .ui-wrapper { border: 0; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 4c51f0f31..4c1d991c1 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -518,14 +518,14 @@ UL.tagSelection LI { } /* jQuery tooltips */ -.cluetip-default #cluetip-outer { +.cluetip-outer { position: relative; border: 1px solid #111111; color: #dddddd; background-color: #222222; text-align: left; } -.cluetip-default h3#cluetip-title { +.cluetip-title { margin: 0 0 5px; padding: 8px; color: #666666; @@ -533,7 +533,7 @@ UL.tagSelection LI { font-size: 1.1em; font-weight: bold; } -.cluetip-default #cluetip-inner { +.cluetip-inner { padding: 10px; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index e6d9eea30..7abc7551c 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -151,8 +151,8 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } /* jQuery tooltips */ -.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; } -.cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; } +.cluetip-outer { border-color: #666; color: #666; background-color: #222; } +.cluetip-title { color: #ff3363; background-color: #111; } /* jQuery ui resizable */ .ui-resizable { position: relative; } .ui-wrapper { border: 0; } -- cgit v1.2.3