Bug #2466
knb skin does not auto-stretch correctly on IE
0%
Description
Internet Explorer does not auto-stretch correctly using the knb skin.
http://knb.ecoinformatics.org/knb/metacat?action=read&qformat=knb&docid=nceas.289.1 or nceas.289.2 do not display correctly when using the knb skin. The NCEAS skin auto-stretch works with nceas skin. http://knb.ecoinformatics.org/knb/metacat?action=read&qformat=nceas&docid=nceas.289.2
Note that this document has large paragraphs.
History
#1 Updated by Will Tyburczy about 16 years ago
The problem seems to be stemming from having a percent value instead of a pixel value for the padding-left attribute of the .tablehead selector.
Changing ".tablehead {padding-left:15%;}"
to ".tablehead {padding-left:15px;}"
fixes the problem, although it does slightly change the visual formatting. Putting the fix on CVS, people can edit it if they don't like the change in appearance.
#2 Updated by Will Tyburczy about 16 years ago
The above change seems to have fixed the problem. Closing bug.
#3 Updated by Redmine Admin over 9 years ago
Original Bugzilla ID was 2466