r13823 - /scripts/qa/templates/by_category

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Jan 29 07:44:49 UTC 2008


Author: dmn
Date: Tue Jan 29 07:44:49 2008
New Revision: 13823

URL: http://svn.debian.org/wsvn/?sc=1&rev=13823
Log:
Add max-height to the 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=13823&op=diff
==============================================================================
--- scripts/qa/templates/by_category (original)
+++ scripts/qa/templates/by_category Tue Jan 29 07:44:49 2008
@@ -224,6 +224,10 @@
         }
         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