Commit 1402b4bc authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch…

Bug 423959: Wrap long lines in column headers of admin/table.html.tmpl - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
parent 7a3eb7f6
...@@ -305,6 +305,10 @@ dl dl > dt { ...@@ -305,6 +305,10 @@ dl dl > dt {
border-top: none; border-top: none;
} }
#admin_table th {
white-space: normal !important;
}
/* Style of the attachment table and time tracking table */ /* Style of the attachment table and time tracking table */
#attachment_table { #attachment_table {
border-collapse: collapse; border-collapse: collapse;
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
[%################### TABLE HEADER ######################%] [%################### TABLE HEADER ######################%]
<table border="1" cellpadding="4" cellspacing="0"> <table id="admin_table" border="1" cellpadding="4" cellspacing="0">
<tr bgcolor="#6666FF"> <tr bgcolor="#6666FF">
[% FOREACH c = columns %] [% FOREACH c = columns %]
[%# Default to align left for headers %] [%# Default to align left for headers %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment