[geeklog-cvs] geeklog: Adjust tooltip position to facilitate use in vertical l...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jan 25 20:21:26 EST 2011


changeset 8071:8c2d77073bb7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8c2d77073bb7
user: Rouslan Placella <rouslan at placella.com>
date: Tue Jan 25 21:36:43 2011 +0000
description:
Adjust tooltip position to facilitate use in vertical lists. (CSS fix only)

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 9743f2c462a9 -r 8c2d77073bb7 public_html/layout/professional/style.css
--- a/public_html/layout/professional/style.css	Tue Jan 25 12:00:35 2011 -0500
+++ b/public_html/layout/professional/style.css	Tue Jan 25 21:36:43 2011 +0000
@@ -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: 1em; top: 2em; z-index: 99;
+    position: absolute; left: 28px; top: 16px; z-index: 99;
     margin-left: 0; width: 250px;
 }
 a.tooltip:hover img.icon {
diff -r 9743f2c462a9 -r 8c2d77073bb7 public_html/layout/professional_css/css/tooltips/tooltips.css
--- a/public_html/layout/professional_css/css/tooltips/tooltips.css	Tue Jan 25 12:00:35 2011 -0500
+++ b/public_html/layout/professional_css/css/tooltips/tooltips.css	Tue Jan 25 21:36:43 2011 +0000
@@ -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: 1em; top: 2em; z-index: 99;
+    position: absolute; left: 28px; top: 16px; z-index: 99;
     margin-left: 0; width: 250px;
 }
 a.tooltip:hover img.icon {



More information about the geeklog-cvs mailing list