rm-bwana / ie-mtams

Automatically exported from code.google.com/p/ie-mtams
0 stars 1 forks source link

PanelGrid CSS Style #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Please add in all <h:panelGrid> occurences in your form the following:

-----------
columnClasses="label, value"
-----------

After your change your panelGrids should look like this

-------------
<h:panelGrid columns="2" columnClasses="label, value">
-------------

It's for the CSS. I got them to adjust the columns width so they look nice. 
This will save time when merging all forms later.

Some of your forms already have this change. If that's the case your fine.

Original issue reported on code.google.com by remanemarco@gmail.com on 14 May 2013 at 8:15