There is minor issue with position of * when we drag&drop entities in ief. It breaks arrows position too, so the nice flow is broken. It looks like css form ief is a culprit.

ief - ui minor issue

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

marcin.wosinek’s picture

Status: Active » Needs review
FileSize
420 bytes

Patch.

bojanz’s picture

Status: Needs review » Needs work

Makes it look really broken in Kickstart:
http://www.evernote.com/shard/s225/sh/3629e7b5-d58e-4975-8200-02cde57eb3...

(Might just mean that the Kickstart admin theme needs an update, but it's something that will have to wait in any case)

vasike’s picture

Status: Needs work » Needs review
FileSize
668 bytes

indeed in Kickstart won't work the previous solution because the Shiny theme use the CSS "border-box" model.
So what can it be done here it's to use this model for this table cell and its elements.
This means it should be positioned (same dimensions) the same, no matter of the theme, except the theme that overrides these CSS definitions.

here is patch that brings this solution.
it worked for all (11) themes present in Commerce Kickstart.

Chris Matthews’s picture

Issue summary: View changes

The 5 year old patch in #3 to inline_entity_form.css applied cleanly to the latest inline_entity_form 7.x-1.x-dev and if still applicable needs review.

Checking patch theme/inline_entity_form.css...
Hunk #1 succeeded at 15 (offset 4 lines).
Applied patch theme/inline_entity_form.css cleanly.