r13824 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 29 07:54:35 UTC 2008


Author: dmn
Date: Tue Jan 29 07:54:35 2008
New Revision: 13824

URL: http://svn.debian.org/wsvn/?sc=1&rev=13824
Log:
limit the height of all baloons

Modified:
    scripts/qa/templates/by_category

Modified: scripts/qa/templates/by_category
URL: http://svn.debian.org/wsvn/scripts/qa/templates/by_category?rev=13824&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 29 07:54:35 2008
@@ -212,6 +212,8 @@
             display: block;
             min-width: 15em;
             max-width: 40em;
+            max-height: 75%;
+            overflow: auto;
             margin: 0em 0 0 -15em;
             padding: 0.5em;
             border: 2px outset #F5F5B5;     /* light yellowish */
@@ -224,10 +226,6 @@
         }
         table.bts-info-details td:first-child {
             text-align: center;
-        }
-        table.bts-info-details {
-            max-height: 75%;
-            overflow: auto;
         }
         div.bts-info div.popup {
             text-align: center;




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