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
26 stars 12 forks source link

Registry form doesn't format correctly in Mozilla. #246

Closed mbjones closed 6 years ago

mbjones commented 6 years ago

Author Name: Saurabh Garg (Saurabh Garg) Original Redmine Issue: 1306, https://projects.ecoinformatics.org/ecoinfo/issues/1306 Original Date: 2004-02-02 Original Assignee: Saurabh Garg


The registry doesnt format correctly in Mozilla - the form seems to work fine for IE.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Saurabh Garg (Saurabh Garg) Original Date: 2004-02-06T03:27:27Z


If

is replaced by , the formatting seems to work out fine.

mbjones commented 6 years ago

Original Redmine Comment Author Name: Saurabh Garg (Saurabh Garg) Original Date: 2004-02-17T17:59:13Z


Instead of replacing

by , the css can be changed.

The webpage formats in this manner because in eml_xsl.css which is included in nceas.css, there is a p + p { margin: 5px; text-indent: 2pm; }

I am not sure what was the intention of adding this, but if we put p + p { text-indent: 0pm; } in nceas.css, it takes away the effect of earlier p+p

I am not changing it yet, because I am not sure why p + p was put in the first place.

mbjones commented 6 years ago

Won't fix because the registry is deprecated in favor of MetacatUI.