[rt-users] [Rt-devel] Customized logo top left corner
Michael Finn
mfinn at nbutexas.com
Fri Sep 12 14:29:14 EDT 2008
I did this earlier this week. I've got a small (85x24) logo displayed
in the corner now. :) 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;
}
-----Original Message-----
From: rt-users-bounces at lists.bestpractical.com
[mailto:rt-users-bounces at lists.bestpractical.com] On Behalf Of Curtis
Bruneau
Sent: Friday, September 12, 2008 1:02 PM
To: J-P; rt-users at 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:
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-devel
>
>
>
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: sales at bestpractical.com
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com
More information about the rt-users
mailing list