Author: dbkr
Date: 2008-04-12 15:48:11 +0000 (Sat, 12 Apr 2008)
New Revision: 19244

Modified:
   trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
Log:
Get rid of ropey CSS tooltips and put the info below the config item, 
especially now we have a tooltip for something else.


Modified: 
trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css
===================================================================
--- trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2008-04-12 15:40:00 UTC (rev 19243)
+++ trunk/freenet/src/freenet/clients/http/staticfiles/themes/sky/theme.css     
2008-04-12 15:48:11 UTC (rev 19244)
@@ -219,18 +219,13 @@
 }

 ul.config li {
-       margin: 0;
+       margin: 5px;
        padding: 5px;
        list-style: none;
        text-align: left;
-       display: table;
-       position: relative;
+       background-color: #e5efff;
 }

-ul.config li:hover span.configlongdesc {
-       display: block;
-}
-
 ul.config span.configprefix {
        display: block;
        width: 100%;
@@ -241,36 +236,25 @@
 }

 ul.config span.configshortdesc {
+       display: block;
        text-align: left;
        font-weight: bold;
-        float: left;
        margin-right: 10px;
-       width: 300px;
-       display: table-cell;
+       width: 30%;
+       float: left;
 }

 ul.config span.configlongdesc {
-       display: none;
-       position: absolute;
-       left: 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;
+       display: block;
+       clear: left;
 }

 span.config {
-       display: table-cell;
-       width: 100%;
+       width: 70%;
 }

 ul.config input[type=text] {
-       width: 100%;
+       width: 67%;
 }

 /* darknet page */


Reply via email to