From f0edbfdd6715277e4fd51aa843990575f8b4f84a Mon Sep 17 00:00:00 2001 From: Bosanac Dejan Date: Thu, 2 Jun 2011 11:07:05 +0000 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-3349 - web console tooltip style git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1130496 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-web-console/src/main/webapp/styles/type-settings.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/activemq-web-console/src/main/webapp/styles/type-settings.css b/activemq-web-console/src/main/webapp/styles/type-settings.css index e1ba15b2b4..b5a59f5dcc 100644 --- a/activemq-web-console/src/main/webapp/styles/type-settings.css +++ b/activemq-web-console/src/main/webapp/styles/type-settings.css @@ -162,12 +162,13 @@ blockquote { .tooltip:hover span { position: absolute; - top: 10px; + top: 15px; left: 25px; display: block; background: #ccc; color: #880055; border: 1px solid #880055; + z-index: 10; } div.message {