Customized logo top left corner

Hi,

A (small) difference between the 3.6 and 3.8 interface is that there is no
logo on the top left corner (beside $rtname). It was moved to the footer
bottom right instead.

However, we’d really like to customize the interface to see our logo top
left. However, I’m unable to make that work! The code seems already there in
rt3/share/html/Elements/Logo for the Best Practical logo to appear, but I
don’t see it.

I’m not an HTML/CSS expert but can find my way. Help or pointer on how we
could accomplish this would be very appreciated.

Thank you very much,

J-P

copy /opt/rt3/share/html/NoAuth/css/web2/layout.css to
/opt/rt3/local/html/NoAuth/css/web2 (assuming you are using the web2
layout)…

modify the div#logo area and remove the display: none; you may have to
force the display, not sure exactly I haven’t tried changing it.

div#logo a {
display: none;
position: absolute;
left: 0;
bottom: 0;
}

Hope that helps.

Curtis

J-P wrote:

I did this earlier this week. I’ve got a small (85x24) logo displayed
in the corner now. :slight_smile: I modded the CSS to give the logo a small
cushion (0.25em), and pushed the “RT for xxx” text over to make room.

Here’s my CSS mods:
div#logo a {
position: absolute;
left: 0.25em;
top: 0.25em;
}

div#logo a img {
border: 0;
}

div#logo .rtname {
position: absolute;
font-weight: bold;
top: 1em;
left: 8em;
}From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Curtis
Bruneau
Sent: Friday, September 12, 2008 1:02 PM
To: J-P; rt-users@lists.bestpractical.com
Subject: Re: [rt-users] [Rt-devel] Customized logo top left corner

copy /opt/rt3/share/html/NoAuth/css/web2/layout.css to
/opt/rt3/local/html/NoAuth/css/web2 (assuming you are using the web2
layout)…

modify the div#logo area and remove the display: none; you may have to
force the display, not sure exactly I haven’t tried changing it.

div#logo a {
display: none;
position: absolute;
left: 0;
bottom: 0;
}

Hope that helps.

Curtis

J-P wrote:

Hi,

A (small) difference between the 3.6 and 3.8 interface is that there
is no
logo on the top left corner (beside $rtname). It was moved to the
footer
bottom right instead.

However, we’d really like to customize the interface to see our logo
top
left. However, I’m unable to make that work! The code seems already
there in
rt3/share/html/Elements/Logo for the Best Practical logo to appear,
but I
don’t see it.

I’m not an HTML/CSS expert but can find my way. Help or pointer on how
we
could accomplish this would be very appreciated.

Thank you very much,

J-P


List info:
The rt-devel Archives

http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com