Emmanuel,

Do I put

td.collection-as-table {
   vertical-align: top;
}

as the last line in main.css right after

% $m->callback(CallbackName => 'End');

or just before that line, after the last @import

@import "misc.css";  ?

Or do I copy ticket-lists.css from share into /local/html/NoAuth/css/web2
and make that change there?

Kenn
LBNL


On Wed, Sep 29, 2010 at 10:50 PM, Emmanuel Lacour
<[email protected]>wrote:

> On Thu, Sep 23, 2010 at 05:24:31PM -0700, Kenneth Crocker wrote:
> > To list,
> >
> > I want to modify my search results to always align information at the top
> of
> > any row with wrapped info on it. If I have a Custom Field with a lot of
> text
> > (2000 chars) in it and include it in a Query, the Ticket ID and other
> info
> > could be several lines down in a row when that CF wraps.
> > Does anyone know how to modify that behavior?
> >
>
> modify the css (share/html/NoAuth/css/web2/ticket-lists.css) by
> creating a file
> local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css/End with the
> following content:
>
> td.collection-as-table {
>    vertical-align: top;
> }
>
> then cleanup mason cache and restart apache ;)
>
>
> RT Training in Washington DC, USA on Oct 25 & 26 2010
> Last one this year -- Learn how to get the most out of RT!
>
RT Training in Washington DC, USA on Oct 25 & 26 2010
Last one this year -- Learn how to get the most out of RT!

Reply via email to