Closed (won't fix)
Project:
Pixture
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 May 2008 at 12:02 UTC
Updated:
6 Oct 2008 at 21:52 UTC
Would it be possible to make the footer-area expandable?
Comments
Comment #1
level02 commentedYeah, this would be good. The footer is already expandable but the bottom aligned background image and white background prevent the footer from appearing 'expanded'. Changing #footer in style.css will fix this.
On pixture/style.css it reads:
Change that to:
And it's fixed...sort of. The gradient image (bg-footer.png) doesn't seamlessly match the color. A line can be seen.
The full fix would be to also change pixture/color/color.inc line 53 from
'gradient' => array(0, 0, 800, 94),to:
'gradient' => array(0, 0, 800, 88),Header gradients will look different by 6px, sort of noticeable, makes the headers appear brighter, but... I don't see another way to accomplish this and still have the gradient image in the footer match without a seam.
Comment #2
Jeff Burnz commented