Project

General

Profile

Actions

Bug #1306

closed

Registry form doesn't format correctly in Mozilla.

Added by Saurabh Garg about 20 years ago. Updated about 20 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
registry
Target version:
Start date:
02/02/2004
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
1306

Description

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

Actions #1

Updated by Saurabh Garg about 20 years ago

If <p> </p> is replaced by <tr><td></td></tr>, the formatting seems to work out
fine.

Actions #2

Updated by Saurabh Garg about 20 years ago

Instead of replacing <p> </p> by <tr><td></td></tr>, 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.

Actions #3

Updated by Saurabh Garg about 20 years ago

I have made the change in nceas.css. If it effects anything else, then we can
restore the changes.

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 1306

Actions

Also available in: Atom PDF