[rt-users] [Rt-devel] Customized logo top left corner
Curtis Bruneau
curtisb at vianet.ca
Fri Sep 12 14:01:56 EDT 2008
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
>
>
>
More information about the rt-users
mailing list