You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2011/06/02 13:07:05 UTC

svn commit: r1130496 - /activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css

Author: dejanb
Date: Thu Jun  2 11:07:05 2011
New Revision: 1130496

URL: http://svn.apache.org/viewvc?rev=1130496&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3349 - web console tooltip style

Modified:
    activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css

Modified: activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css?rev=1130496&r1=1130495&r2=1130496&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/styles/type-settings.css Thu Jun  2 11:07:05 2011
@@ -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 {