[geeklog-cvs] geeklog: Further refinement to tooltip popup location.

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Jan 27 11:28:44 EST 2011


changeset 8078:e36f294d2c9b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/e36f294d2c9b
user: Tom <websitemaster at cogeco.net>
date: Thu Jan 27 11:28:11 2011 -0500
description:
Further refinement to tooltip popup location.

diffstat:

 public_html/layout/professional/style.css                     |  2 +-
 public_html/layout/professional_css/css/tooltips/tooltips.css |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 0461fc261a72 -r e36f294d2c9b public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Thu Jan 27 11:24:25 2011 -0500
+++ b/public_html/layout/professional/style.css	Thu Jan 27 11:28:11 2011 -0500
@@ -1024,7 +1024,7 @@
     border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; 
     box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
     font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
-    position: absolute; left: 28px; top: 16px; z-index: 99;
+    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;
     margin-left: 0; width: 250px;
 }
 a.tooltip:hover img.icon {
diff -r 0461fc261a72 -r e36f294d2c9b public_html/layout/professional_css/css/tooltips/tooltips.css
--- a/public_html/layout/professional_css/css/tooltips/tooltips.css	Thu Jan 27 11:24:25 2011 -0500
+++ b/public_html/layout/professional_css/css/tooltips/tooltips.css	Thu Jan 27 11:28:11 2011 -0500
@@ -29,7 +29,7 @@
     box-shadow: 2px 2px 8px #666; -webkit-box-shadow: 2px 2px 8px #666; -moz-box-shadow: 2px 2px 8px #666;
     font-size: 1em; text-align: left; white-space:normal;
     font-family: Calibri, Tahoma, Geneva, sans, sans-serif;
-    position: absolute; left: 28px; top: 16px; z-index: 99;
+    position: absolute; left: 2.2em; top: 2.2em; z-index: 99;
     margin-left: 0; width: 250px;
 }
 a.tooltip:hover img.icon {



More information about the geeklog-cvs mailing list