Closed (fixed)
Project:
Chameleon
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2005 at 21:00 UTC
Updated:
17 May 2009 at 21:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
pfaoclePatch attached. Untested (not a Mac man).
Comment #2
zzzmarcus commentedThat patch didn't fix the issue. Now instead of the middle content shrinking, the left column expands when you expand the browser window in both Safari and Firefox.
Comment #3
zzzmarcus commentedOk, for me this is what fixed it (YMMV):
In common.css:
DELETED
#header {
margin-bottom: 2em;
}
MODIFIED
#header img {
float: left;
padding: 0em 2em .5em 0em;
}
TO
#header img {
padding: 0em 2em .5em 0em;
}
Comment #4
klagreca commentedSolution offered in post #3 does indeed work. Thanks!
Comment #5
magico commentedBecause the common.css did not have big changes, I'm putting this in HEAD to call for a much wider attention for reviews from Safari users.
Comment #6
beginner commentedneeds new patch as per comments #2, #3 and #4.
I don't have Safari, so I will only be able to test that the patch doesn't adversely affect my browser:
Safari users will be needed to review the new patch when it comes.
Comment #7
beginner commentedsee this if needed: http://drupal.org/patch
Comment #8
lilou commentedThis bug is it still valid ?
Comment #9
johnalbinSince Chameleon has been removed from D7, no. :-)
And I haven't seen any Safari issues for Chameleon, but feel free to re-open if I'm wrong.