Author: dbkr
Date: 2006-06-21 15:55:06 +0000 (Wed, 21 Jun 2006)
New Revision: 9333

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
Log:
Hack in sky theme for broken Firefox - tooltips were ending up above the top of 
the viewport.


Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2006-06-21 14:54:29 UTC (rev 9332)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2006-06-21 15:55:06 UTC (rev 9333)
@@ -245,10 +245,15 @@
        display: none;
        position: absolute;
        left: 40px;
-       top: -40px;
        background-color: #e1ecff;
        border: 1px solid #97beff;
        padding: 5px;
+       /*
+        * This should be 'top', but firefox is broken and doesn't
+        + set the li to be a containing block with 'display: table' on
+        */
+       margin-top: 20px;
+       z-index: 10;
 }

 span.config {


Reply via email to