NCEAS / metacat

Data repository software that helps researchers preserve, share, and discover data
https://knb.ecoinformatics.org/software/metacat
GNU General Public License v2.0
27 stars 12 forks source link

knb skin does not auto-stretch correctly on IE #372

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: Callie Bowdish (Callie Bowdish) Original Redmine Issue: 2466, https://projects.ecoinformatics.org/ecoinfo/issues/2466 Original Date: 2006-06-21 Original Assignee: Saurabh Garg


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Will Tyburczy (Will Tyburczy) Original Date: 2006-06-21T22:52:17Z


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.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Will Tyburczy (Will Tyburczy) Original Date: 2006-06-30T15:51:34Z


The above change seems to have fixed the problem. Closing bug.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Redmine Admin (Redmine Admin) Original Date: 2013-03-27T21:20:17Z


Original Bugzilla ID was 2466