Not sure if this belongs here or in the Node Relationships queue, but that module's buttons get pushed outside the margins of the table on node add forms.

Comments

brad.bulger’s picture

i just ran into this, too. it's because Seven displays text fields as nearly the whole width of the screen, regardless of the size in the field definition. i don't know if you'd call that a bug or not - it's not like it's accidental.

this change to style.css fixed the Node Relationships issue - don't know yet what side effects it might have, but i think it should be OK

div.node-form input.form-text,
div.node-form .resizable-textarea {
  /* comment out this line width: 99.5%; */
}
mcrittenden’s picture

Assigned: Unassigned » mcrittenden
dixon_’s picture

Version: 6.x-1.0-beta9 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new516 bytes

Here is a small patch that fixes this. Text fields and reference fields also acts like in D7 with this patch (not full width but respecting it's own size="xx" attribute).

mcrittenden’s picture

Assigned: mcrittenden » Unassigned
Status: Needs review » Fixed

Committed to beta12. Thanks dixon_!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.