[ovirt-devel] spacing fix with PatternFly and tables

Greg Sheremeta gshereme at redhat.com
Thu May 15 14:56:10 UTC 2014


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 at redhat.com



More information about the Devel mailing list