[rt-users] Using Configuration - Theme

Maciej Dobrzanski reg.bestpractical at posterus.com
Thu Mar 7 18:16:48 EST 2013


Raymond,

> 2. Can I make a copy of the file and put it in some other directory (with
the changes) that will not 
> be affected when updating and such. 
> Perhaps    Rt4/local/html/NoAuth/css/aileron/nav.css

In Tools>Configuration>Tools>Themes you may try:

#topactions button, #topactions select, #topactions input { width: auto; }

For larger customizations or if you wish to use version control, you may use
a callback instead. To do this, create
RT4/local/html/Callbacks/MyCallbacks/NoAuth/css/aileron/main.css/End with
just one line:

@import "customizations.css";

Then create RT4/local/html/NoAuth/css/aileron/customizations.css and put
into this file any styles that you want to add or modify.

Best regards,
Maciek


-- 
Maciej Dobrzanski
PSCE - MySQL Consulting & IT Services
e-mail: maciek at psce.com | skype: psce_skype | url: http://www.psce.com/
phone: +1 631 527 1158 (US) or +44 20 3298 6260 (UK), ext. 601 (GMT+1)







More information about the rt-users mailing list