From 51801144e88d4490f65031e4c564a97fa1daf37f Mon Sep 17 00:00:00 2001 From: lLefevre Date: Mon, 12 Sep 2011 14:01:40 +0000 Subject: [PATCH] // fixed commit 8499 : change css to div.hint --- css/admin.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index d2ae77710..7bf1a9bcd 100644 --- a/css/admin.css +++ b/css/admin.css @@ -753,11 +753,16 @@ tr.deleted td { margin-top: 4px; margin-bottom: 2px; border: 1px solid #50B0EC; - padding: 8px 6px 8px 34px ; + padding: 8px 6px 8px 34px; color: #383838; background: #DDE9F7 url(../img/admin/help2.png) no-repeat 6px 5px; } +div.hint { + position: relative; +} + + /* The pointer image is added by using another span */ .hint .hint-pointer { position: absolute;