You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Richard Fleming <ri...@thebva.com> on 2007/05/03 05:12:46 UTC

Product summary display

Hi all- 
   
  I've tweaked the product summary ftl to include a few more product specific items such as long description and a couple of links to content. However, as the amount of space each item takes increases, the line seperators stay in the same place so that the text of the product overwrites the lines. Is there any way to dynamically space the seperators, or at least is there a css style that governs their spacing? I can't seem to find it.
   
  Maybe it's just late.
   
  Rick

Re: Product summary display

Posted by Richard Fleming <ri...@thebva.com>.
It was just late...

In the ecommain.css

.productsummary {
position: relative;
padding: 5px;
border-bottom: #999 solid 1px;
height: 60px;
}

I changed the height.... this isn't dynamic though. Is there a css guru that can shed light on a dynamic height calculation?

Rick

Richard Fleming <ri...@thebva.com> wrote: Hi all- 
   
  I've tweaked the product summary ftl to include a few more product specific items such as long description and a couple of links to content. However, as the amount of space each item takes increases, the line seperators stay in the same place so that the text of the product overwrites the lines. Is there any way to dynamically space the seperators, or at least is there a css style that governs their spacing? I can't seem to find it.
   
  Maybe it's just late.
   
  Rick