[geeklog-cvs] geeklog: Fixed tooltip icon image location and css

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Dec 4 10:54:44 EST 2010


changeset 8026:e4f1ddf89c20
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e4f1ddf89c20
user: Tom <websitemaster at cogeco.net>
date: Sat Dec 04 10:53:50 2010 -0500
description:
Fixed tooltip icon image location and css

diffstat:

 public_html/layout/professional/style.css |  5 +++++
 public_html/lib-common.php                |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 631b412b1126 -r e4f1ddf89c20 public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Mon Nov 29 09:53:37 2010 -0500
+++ b/public_html/layout/professional/style.css	Sat Dec 04 10:53:50 2010 -0500
@@ -1031,6 +1031,11 @@
     border: 0; margin: -10px 0 0 -55px;
     float: left; position: absolute;
 }
+img#tooltip-icon { 
+    border: 0;
+    margin: 0 0 0 2px;
+    position: absolute;
+}
 a.tooltip:hover em {
     font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
     display: block; padding: 0.2em 0 0.6em 0;
diff -r 631b412b1126 -r e4f1ddf89c20 public_html/lib-common.php
--- a/public_html/lib-common.php	Mon Nov 29 09:53:37 2010 -0500
+++ b/public_html/lib-common.php	Sat Dec 04 10:53:50 2010 -0500
@@ -6754,7 +6754,7 @@
     global $_CONF, $_IMAGE_TYPE;
     
     if ($hoverover == '') {
-        $hoverover = '<img  border="0" src="' . $_CONF['layout_url'] . '/images/tooltip.' . $_IMAGE_TYPE . '">';   
+        $hoverover = '<img id="tooltip-icon" src="' . $_CONF['layout_url'] . '/tooltips/images/tooltip.' . $_IMAGE_TYPE . '">';   
     }
     
     $tooltip = new Template($_CONF['path_layout'] .'tooltips/');



More information about the geeklog-cvs mailing list