Emmanuel,<br><br>Do I put<br><br>td.collection-as-table {<br>
    vertical-align: top;<br>
}<br><br>as the last line in main.css right after<br><br>% $m->callback(CallbackName => 'End');<br><br>or just before that line, after the last @import<br><br>@import "misc.css";  ?<br><br>Or do I copy ticket-lists.css from share into /local/html/NoAuth/css/web2 and make that change there?<br>
<br>Kenn<br>LBNL<br><br><br><div class="gmail_quote">On Wed, Sep 29, 2010 at 10:50 PM, Emmanuel Lacour <span dir="ltr"><<a href="mailto:elacour@easter-eggs.com">elacour@easter-eggs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Sep 23, 2010 at 05:24:31PM -0700, Kenneth Crocker wrote:<br>
> To list,<br>
><br>
> I want to modify my search results to always align information at the top of<br>
> any row with wrapped info on it. If I have a Custom Field with a lot of text<br>
> (2000 chars) in it and include it in a Query, the Ticket ID and other info<br>
> could be several lines down in a row when that CF wraps.<br>
> Does anyone know how to modify that behavior?<br>
><br>
<br>
</div>modify the css (share/html/NoAuth/css/web2/ticket-lists.css) by<br>
creating a file<br>
local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css/End with the<br>
following content:<br>
<br>
td.collection-as-table {<br>
    vertical-align: top;<br>
}<br>
<br>
then cleanup mason cache and restart apache ;)<br>
<br>
<br>
RT Training in Washington DC, USA on Oct 25 & 26 2010<br>
Last one this year -- Learn how to get the most out of RT!<br>
</blockquote></div><br>