From 7d84b61945b8d42c8f5147c929d49ab53d490c06 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 23 Oct 2010 15:45:31 +0000
Subject: [PATCH] Look: Nicer look

---
 htdocs/main.inc.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 6a782812fb4..d856cb44c13 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -947,7 +947,9 @@ function top_menu($head, $title='', $target='', $disablejs=0, $disablehead=0, $a
                         track: true,
                         delay: 0,
                         showURL: false,
-                        positionLeft: false,
+                        extraClass: "pretty fancy",
+//                        fixPNG: true,
+//                        positionLeft: false,
                         bodyHandler: function() {
                         /*console.log(jQuery(this).attr("tooltipText"));*/
                         return jQuery(this).attr("tooltipText"); }
-- 
GitLab