]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by...
authorlpsolit%gmail.com <>
Thu, 20 Mar 2008 04:41:00 +0000 (04:41 +0000)
committerlpsolit%gmail.com <>
Thu, 20 Mar 2008 04:41:00 +0000 (04:41 +0000)
skins/standard/global.css
template/en/default/admin/table.html.tmpl

index 08916d0388112390d3586de8ac929d92e375c176..a2d99a67242e416639c77e63b7a4891956258369 100644 (file)
@@ -305,6 +305,10 @@ dl dl > dt {
     border-top: none;
 }
 
+#admin_table th {
+    white-space: normal !important;
+}
+
 /* Style of the attachment table and time tracking table */
 #attachment_table {
     border-collapse: collapse;
index 58cbe88d9f16d7b65d88ffd7fa8b82dc08f99c63..303aba79853ffdbecda024e19b1252e01ec1d698 100644 (file)
@@ -70,7 +70,7 @@
 
 [%###################  TABLE HEADER   ######################%]
 
-<table border="1" cellpadding="4" cellspacing="0">
+<table id="admin_table" border="1" cellpadding="4" cellspacing="0">
   <tr bgcolor="#6666FF">
     [% FOREACH c = columns %]
       [%# Default to align left for headers %]