[rt-users] Align row info at top on search results

Emmanuel Lacour elacour at easter-eggs.com
Thu Sep 30 01:50:03 EDT 2010


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 ;)




More information about the rt-users mailing list