Use an HTML table instead of CSS for the FlowTable layout.
authorBen Konrath <ben@bagu.org>
Wed, 23 Nov 2011 14:37:34 +0000 (15:37 +0100)
committerBen Konrath <ben@bagu.org>
Wed, 23 Nov 2011 14:37:34 +0000 (15:37 +0100)
commit4b948915e9abfdfef347cb0c82765ea70a8caacf
treeaddf9f2e4d7e20b9f789d5b0f60cac54dc6144dc
parent07181e305a982aea6c394ead2ab8328f32eeeca4
Use an HTML table instead of CSS for the FlowTable layout.

* src/main/java/org/glom/web/client/ui/details/FlowTable.java: Use
GWT's FlexTable to implement the FlowTable.
* src/main/webapp/style.css: Adjust CSS for the change to FlexTable.
ChangeLog
src/main/java/org/glom/web/client/ui/details/FlowTable.java
src/main/webapp/style.css