Similar to the issue http://drupal.org/node/1751362...

By default Omega adds "vertical-alignment: middle;" to the "td" element and Alpha adds "vertical-alignment: baseline" to table, tbody, tfoot, thead, tr, th, td. This makes it impossible for beginners to override the vertical alignment in the WYSIWYG scenario. When using a WYSIWYG the alignment is added via valign="middle" and not through style="vertical-alignment: middle". Therefore the default Omega vertical alignment always overrides the user entered value.

I suggest we remove the vertical alignment on table elements as a default.

Comments

genjohnson’s picture

Status: Active » Needs review
StatusFileSize
new623 bytes

Here is the patch I've been using.

Status: Needs review » Needs work

The last submitted patch, table-vertical-alignment-1809218-1.patch, failed testing.

steinmb’s picture

Version: 7.x-3.1 » 7.x-3.x-dev
Issue summary: View changes
Issue tags: +Needs reroll

Patch no longer apply.