joe ertaba wrote:
Is there any way to align elements in different richlistitems?
<richlistbox>
<richlistitem>
<label value="some 1"/>
<label value="some 2"/>
</richlistitem>
<richlistitem>
<label value="something 1"/>
<label value="something 2"/>
</richlistitem>
</richlistbox>
I think I should use grid element, but I cant figure out how to apply it.
I think you can do it with some CSS:
.rows { display: -moz-grid-group; }
.row { display: -moz-grid-line; }
<grid>
<columns><column/><column/></columns>
<richlistbox class="rows">
<richlistitem class="row">
etc.
_______________________________________________
Project_owners mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/project_owners