On Thu, Sep 30, 2010 at 02:24:23PM -0700, Kenneth Crocker wrote:
>    Emmanuel,
> 
>    Geez. I must be an idiot. It looks (to me) like your asking me to create a 
> new file named
>    "End" into
> 
>    "local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css/" but I see 
> main.css as a file, not
>    a directory. How do I put a file named "End" into a file that has all 
> those imports, etc?

mkdir -p local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css

main.css is a directory name

You may want to take some time and read up on how callbacks work
http://wiki.bestpractical.com/view/CustomizingWithCallbacks

-kevin

>    Kenn
>    LBNL
> 
>    On Thu, Sep 30, 2010 at 11:16 AM, Emmanuel Lacour 
> <[1][email protected]> wrote:
> 
>      On Thu, Sep 30, 2010 at 09:16:07AM -0700, Kenneth Crocker wrote:
>      > 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?
>      >
> 
>      don't copy, just create a new file
>      local/html/Callbacks/MyCallbacks/NoAuth/css/web2/main.css/End like I
>      said and put it your css changes as above.
> 
>      RT Training in Washington DC, USA on Oct 25 & 26 2010
>      Last one this year -- Learn how to get the most out of RT!
> 
> References
> 
>    Visible links
>    1. mailto:[email protected]

> 
> RT Training in Washington DC, USA on Oct 25 & 26 2010
> Last one this year -- Learn how to get the most out of RT!

Attachment: pgpvrfLPXNzto.pgp
Description: PGP signature

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