diff options
-rw-r--r-- | skins/standard/global.css | 4 | ||||
-rw-r--r-- | template/en/default/admin/table.html.tmpl | 2 |
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 %] |