Closed (won't fix)
Project:
Drupal core
Version:
5.1
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Aug 2008 at 11:37 UTC
Updated:
22 Jun 2011 at 00:05 UTC
When editing an existing node of any type, a <div class="node-form"> is included before the edit form.
When inserting a new node, the same form naturally appears BUT the <div class="node-form"> is NOT included.
This poses a problem of certain node.css styles not taking effect when inserting a new node.
For example, the width of 1-line text fields is shorter (browser default) when inserting a node than when editing a node because the following statement in node.css does not take effect in insert:
.node-form .form-text {
display: block;
width: 95%;
}
Comments
Comment #1
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.