Make the TableSelector header match the mockup.
authorBen Konrath <ben@bagu.org>
Thu, 11 Aug 2011 14:34:58 +0000 (16:34 +0200)
committerBen Konrath <ben@bagu.org>
Thu, 11 Aug 2011 14:34:58 +0000 (16:34 +0200)
commitb7a3e1ba006150b85cce35cd43f64cb25a900d99
tree81ab5dac03af01e98bb8bf6ec1ca62749136df99
parent37b5a6ab520f2add671eabe1095f4c8e09a9b6d6
Make the TableSelector header match the mockup.

* src/main/java/org/glom/web/client/OnlineGlom.java: Add a margin to
the layout panel. Properly lineup the table selection header with
the list and details view.
* src/main/java/org/glom/web/client/ui/DetailsViewImpl.java: Remove the
margin around the details view.
* src/main/java/org/glom/web/client/ui/TableSelectionViewImpl.java:
Rename listBox variable to tableSelector. Set id for the style sheet.
Use a FlowPanel instead of a HorizontalPanel.
* src/main/webapp/style.css: Add properties to make the TableSelector
box match the mockups.
ChangeLog
src/main/java/org/glom/web/client/OnlineGlom.java
src/main/java/org/glom/web/client/ui/DetailsViewImpl.java
src/main/java/org/glom/web/client/ui/TableSelectionViewImpl.java
src/main/webapp/style.css