From ee0bc768513fd9f447908dbd3e78670ea8609c38 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 06 Jun 2012 11:38:00 -0400
Subject: [PATCH] - Changed configuration and look of Tipsy tooltips.

---
 interface/web/themes/default/css/screen/tipsy.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/themes/default/css/screen/tipsy.css b/interface/web/themes/default/css/screen/tipsy.css
index da87a22..3d62954 100644
--- a/interface/web/themes/default/css/screen/tipsy.css
+++ b/interface/web/themes/default/css/screen/tipsy.css
@@ -1,8 +1,8 @@
 .tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
-  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
+  .tipsy-inner { background-color: #000; color: #FFF; max-width: 350px; padding: 5px 8px 4px 8px; text-align: left; }
 
   /* Rounded corners */
-  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
+  .tipsy-inner { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
   
   /* Uncomment for shadow */
   /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

--
Gitblit v1.9.1