[ https://issues.apache.org/jira/browse/TOBAGO-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Udo Schnurpfeil resolved TOBAGO-1074. ------------------------------------- Resolution: Won't Fix The properties like *.css.borderTop are used to define the difference between the two box models: boder-box and content-box. The Tobago layout manager uses the border-box, but not all supported user agents are supporting this, they require content-box. The margin doesn't effect this diffenece. In the moment margins of components can only defined with a parent container and its layout manager. > Consider values of margin to calculate width and height in class > org.apache.myfaces.tobago.renderkit.css.Style > -------------------------------------------------------------------------------------------------------------- > > Key: TOBAGO-1074 > URL: https://issues.apache.org/jira/browse/TOBAGO-1074 > Project: MyFaces Tobago > Issue Type: Improvement > Components: Core > Affects Versions: 1.5.1 > Reporter: Ralph Jacobs > Priority: Minor > > The constructor Style(FacesContext, LayoutBase) calculates width and height > by border and padding values given by the tobago-theme-config.properties > There are no properties for the margin values, such as css.margin-top and so > on. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira