[rt-users] RT4 - Howto customize the width of the queue selection box in the top-right corner - rudder theme
Emmanuel Lacour
elacour at easter-eggs.com
Wed Jan 15 11:07:48 EST 2014
On Mon, Jan 13, 2014 at 08:45:06AM +0000, Carl van Litsenborgh wrote:
> Hi,
>
>
>
> Can anyone give me some tips on how to make the queue selection box at the
> top-right corner slightly wider (using rudder theme) in RT 4.2.1
>
create a file named:
local/static/css/my.css
with content:
#topactions .select-queue {
width: FIXME;
}
div#header h1 {
left: FIXME;
}
then edit etc/RT_SiteConfig.pm and add:
Set(@CSSFiles, qw/my.css/);
Adjusting "left" on "div#header h1" is needed as the ticket subject is
truncated based on this.
--
Easter-eggs Spécialiste GNU/Linux
44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 43 35 00 76
mailto:elacour at easter-eggs.com - http://www.easter-eggs.com
More information about the rt-users
mailing list