From 7da67270608b35c23359734ee238cd8f1cf1ec52 Mon Sep 17 00:00:00 2001
From: ftimme <ft@falkotimme.com>
Date: Wed, 17 Oct 2012 11:57:55 -0400
Subject: [PATCH] - Fixed .ttip CSS class so that it shows the correct tooltip icon.
---
interface/web/themes/default/css/styles.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/interface/web/themes/default/css/styles.css b/interface/web/themes/default/css/styles.css
index d58d28b..a099819 100644
--- a/interface/web/themes/default/css/styles.css
+++ b/interface/web/themes/default/css/styles.css
@@ -1444,7 +1444,7 @@
width:16px;
height:16px;
cursor:pointer;
- background: url("../icons/x16_sprite.png") no-repeat center center transparent;
+ background: url("../icons/x16_sprite.png") no-repeat -2px -42px transparent;
float:right;
display:inline;
position:relative;
--
Gitblit v1.9.1