r8990 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 7 19:39:16 UTC 2007


Author: dmn
Date: Wed Nov  7 19:39:16 2007
New Revision: 8990

URL: http://svn.debian.org/wsvn/?sc=1&rev=8990
Log:
theme-neutral baloon colors; pop baloon under the trigger; indent the text inside bugs baloon

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=8990&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Wed Nov  7 19:39:16 2007
@@ -11,6 +11,7 @@
 <span class="paren">[</span>
 <span class="bts-info-details balloon">
 [% FOREACH s IN data.bts.$pkg.keys.sort %]
+<p>
 <a class="bts-${data.bts.$pkg.$s.severity}" href="http://bugs.debian.org/$s"
 >#$s</a>:
 [% FILTER html %]
@@ -19,7 +20,7 @@
 (${data.bts.$pkg.$s.keywords.split(" ").join(", ")})
 [% END %]
 [% END %]
-<br />
+</p>
 [% END #FOREACH %]
 </span>
 <span class="paren">]</span>
@@ -149,16 +150,21 @@
         .popup:hover .balloon,
         .popup:focus .balloon {
                 position: absolute;
-                display: inline;
-                margin: 1em 0 0 -2em;
-                padding: 0.625em;
-                border: 2px solid;
-                background-color: #dee;
-                color: black;
+                display: block;
+                min-width: 15em;
+                margin: 0em 0 0 -15em;
+                padding: 0.5em;
+                border: 2px outset InfoBackground;
+                background: InfoBackground;
+                color: InfoText;
                 /* Nonstandard, but very nice. */
                 opacity: 0.95;
                 -moz-opacity: 0.95;
                 filter: alpha(opacity=95);
+        }
+        .bts-info-details p {
+            text-indent: -3em;
+            margin: 0 0 0 3em;
         }
     </style>
     <script type="text/javascript">




More information about the Pkg-perl-cvs-commits mailing list