From: lpsolit%gmail.com <> Date: Thu, 20 Mar 2008 04:41:00 +0000 (+0000) Subject: Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by... X-Git-Tag: bugzilla-3.1.3~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1402b4bce22a81c5ba494940d976932de816a7d3;p=thirdparty%2Fbugzilla.git Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Frédéric Buclin r=wurblzap a=LpSolit --- diff --git a/skins/standard/global.css b/skins/standard/global.css index 08916d0388..a2d99a6724 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -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; diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 58cbe88d9f..303aba7985 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -70,7 +70,7 @@ [%################### TABLE HEADER ######################%] - +
[% FOREACH c = columns %] [%# Default to align left for headers %]