aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-03-20 04:41:00 +0000
committerlpsolit%gmail.com <>2008-03-20 04:41:00 +0000
commit1402b4bce22a81c5ba494940d976932de816a7d3 (patch)
treeb2cf195269c9a1369e72e3bc1e0af34baa749a87
parent7a3eb7f68ad1532a51e24d81a4164ad87948ef26 (diff)
downloadbugs-1402b4bce22a81c5ba494940d976932de816a7d3.tar
bugs-1402b4bce22a81c5ba494940d976932de816a7d3.tar.gz
bugs-1402b4bce22a81c5ba494940d976932de816a7d3.tar.bz2
bugs-1402b4bce22a81c5ba494940d976932de816a7d3.tar.xz
bugs-1402b4bce22a81c5ba494940d976932de816a7d3.zip
Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
-rw-r--r--skins/standard/global.css4
-rw-r--r--template/en/default/admin/table.html.tmpl2
2 files changed, 5 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index 08916d038..a2d99a672 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 58cbe88d9..303aba798 100644
--- a/template/en/default/admin/table.html.tmpl
+++ b/template/en/default/admin/table.html.tmpl
@@ -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 %]