2011-09-08 - Re: [GRASE-Hotspot] #18: Ability to upload any image as a logo
Header Data
From: GRASE Trac <tr***c@grasehotspot.org>
Message Hash: d232c9b76b3d38d16b8186137b4b527ad5e72fde4669e4eea9fca7080ed547a3
Message ID: <054.d627735b26a68b72ecc8be02e3dac3f2@grasehotspot.org>
Reply To: <039.51ba5962ce72f5027c02247073a3c152@grasehotspot.org>
UTC Datetime: 2011-09-08 15:26:30 UTC
Raw Date: Thu, 08 Sep 2011 22:26:30 -0000
Raw message
#18: Ability to upload any image as a logo
------------------------------+---------------------------------------------
Reporter: tim | Owner: tim
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Admin Interface | Version: 3.4
Resolution: | Keywords:
------------------------------+---------------------------------------------
Changes (by tim):
* milestone: 3.5 =>
Comment:
Currently not going to fix this. As we can now have custom CSS and HTML,
for someone who wants to really customise the pages, they can use SCP/SSH
to upload images and then override the logo with their own via CSS.
The logo is currently defined in CSS via the following
{{{
#page {
background: url("/grase/images/logo.png") right top no-repeat;
}
}}}
To override it, in the custom CSS just add something like
{{{
#page {
background: none;
}
}}}
or
{{{
#page {
background: url("/images/mylogo.jpg") top left no-repeat;
}
}}}
If the main CSS is disabled (now possible) then this override isn't even
needed as the logo won't be shown.
--
Ticket URL: <http://trac.grasehotspot.org/ticket/18#comment:1>
GRASE Hotspot <http://grasehotspot.org/>
GRASE Hotspot bug tracker
Thread
- Return to August 2011
-
Return to September 2011
-
Return to “GRASE Trac <tr***c@grasehotspot.org>”
- 2011-08-25 (Thu, 25 Aug 2011 23:34:47 -0000) - [GRASE-Hotspot] #18: Ability to upload any image as a logo - GRASE Trac <tr***c@grasehotspot.org>
- 2011-09-08 (Thu, 08 Sep 2011 22:26:30 -0000) - Re: [GRASE-Hotspot] #18: Ability to upload any image as a logo - GRASE Trac <tr***c@grasehotspot.org>