spacing fix with PatternFly and tables

Hi, With the PatternFly look and feel patch applied, GWT's spacing attribute is no longer reliable. When GWT renders a table with this, it puts "cellspacing='10'" into the table. This no longer works, probably because we changed to border-box model. The alternative: .some-table { border-spacing: 10px; border-collapse: separate; } Greg Greg Sheremeta Red Hat, Inc. Sr. Software Engineer, RHEV Cell: 919-807-1086 gshereme@redhat.com

----- Original Message -----
From: "Greg Sheremeta" <gshereme@redhat.com> To: devel@ovirt.org Sent: Thursday, May 15, 2014 10:56:10 AM Subject: [ovirt-devel] spacing fix with PatternFly and tables
Hi,
With the PatternFly look and feel patch applied, GWT's spacing attribute is no longer reliable. When GWT renders a table with this, it puts "cellspacing='10'" into the table. This no longer works, probably because we changed to border-box model.
The alternative: .some-table { border-spacing: 10px; border-collapse: separate; }
I added css classes for these in http://gerrit.ovirt.org/#/c/27744/ so instead of <g:VerticalPanel spacing="5"> do <g:VerticalPanel addStyleNames="ts5">
Greg
Greg Sheremeta Red Hat, Inc. Sr. Software Engineer, RHEV Cell: 919-807-1086 gshereme@redhat.com _______________________________________________ Devel mailing list Devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/devel
participants (1)
-
Greg Sheremeta