Skinny Tables


Author Message
CD

Posted: 10/7/2010
Quote message 

All my tables (for example: Events - Month View, or in the admin pages) tend to be very narrow. I've looked at the generated CSS file. But as far as I can tell they should be 100% (which is what I want). Any ideas?
Thanks.
 
CD

Posted: 10/7/2010
Quote message 

I think I found it.... This width at "Auto"

.art-article table, table.art-article
{
border-collapse: collapse;
margin: 1px;
width: auto;
}
 
TheRune

Posted: 10/18/2010
Quote message 

nicely found :-)

I had the same problem, and a 1-time change of auto to 100% is an easy change.

Did you tell the artisteer tech staff yet? I hope they apply it to Artisteer 3.0

/Rune