GNOME Bugzilla – Bug 662918
OnlineGlom: Details view needs column spacing
Last modified: 2011-11-15 22:04:04 UTC
I assume that this is a general problem of no columns spacing, or maybe it is just a problem with the notebooks, but the notebooks are touching in this example: http://bagu.org:8080/OnlineGlom/#details:document=openismus-film-manager&table=contacts&value=3
This commit adds a space between the columns: https://gitorious.org/online-glom/gwt-glom/commit/90b2ff225333945522d9ecb34ef2de13938b2173 It doesn't work perfectly because there's now extra space at the end of the last column. This is caused by a problem with how browsers deal with float based layouts that are defined as percentages. This will be fixed when we move to a table based layout as shown in the mockup from bug #663109 (attached in comment #1). I'm closing this bug as fixed but feel free to re-open it if you think the problem is not properly solved.