On 05/01/2012 08:59 AM, Marcel Tromp wrote: > I am still trying to get all field components to display in a single row. > I am seeing *child-first:before* being used in the docbook.css, but I > don't seem be able to make this do anything in my css. Are there any > limitations to *child-first:before* in xmlmind?
There is no such thing as "child-first". It's "first-child". See http://www.w3.org/TR/CSS2/selector.html#first-child. XXE may have reported you a warning about this unknown pseudo-class. > My understanding is that I need to be able to specify a width for an > inline-block. However, this does not seem to have any effect. Is this > supported? No, and this is clearly documented here: http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/restrict.html --- width length | auto No percentage. This property is currently only useful to specify the minimum width of a table cell. --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

