Ate Douma wrote:
>>
>> It doesn't work. Neither with Firefox 1.0.6 nor with IE 6.0. I have
>> understood the approch but the padding statements in
>> .portal-layout-column-gutter have no effect in the browsers I tried.
>> The portlets  glued together and glued to the top and left (no gutter)
>> which looks really ugly. Which browser did you use?
> 
> Michael,
> I fixed this yesterday (had to correct some typing errors made by myself).
> Did you update to the latest?

That's what I call a just-in-time fix ;-).

I have noticed that you have not provided for some space left of the
leftmost portlet. Thus the leftmost portlet is "glued" to the frame at
the left side. How about adding:

.portal-layout
{
  padding-left: 4px;
}

And changing:

.portal-layout-maxed
{
  padding-top: 4px;
  padding-right: 2px;
  padding-left: 4px;
}

Looks much better IMHO.

Regards,

    Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to