Closed (fixed)
Project:
Airy Blue
Version:
6.x-1.8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2010 at 22:42 UTC
Updated:
15 Jan 2011 at 06:40 UTC
Currently, tables in the content area look pretty atrocious. The following rules should be added to the theme to fix this display issue (the second rule accounts for WYSIWYG editors using tables to lay out the 'HTML block format' menu display... like TinyMCE):
#content-area table {
width: 100%;
overflow: scroll;
}
#content-area .body-field-wrapper table {
overflow: visible;
width: auto;
}
Comments
Comment #1
geerlingguy commented...and also in comment areas.
Comment #2
geerlingguy commentedFixed in CVS:
http://drupal.org/cvs?commit=472462