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

Kenneth Crocker kfcrocker at lbl.gov
Thu Sep 30 12:16:07 EDT 2010


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
<elacour at easter-eggs.com>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!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100930/a0ec4ef7/attachment.htm>


More information about the rt-users mailing list