When using the "quick edit" of Commerce Backoffice (used in Kickstart V2), there is a small theming issue (see the attached screenshot).

Comments

dudenhofer’s picture

Project: Commerce Kiala » Shiny (Administration theme)
Assigned: Unassigned » dudenhofer

I'm taking this and re-assigning this to the Shiny project - I'm noticing the overlap even without the Kiala. I will have a fix shortly and test against the Kiala shipping as well.

dudenhofer’s picture

Status: Active » Fixed

In addition to the overlapping issue, I found some styles that were too specific and generalized them to make the add comment forms more consistent. Pushed to dev here http://drupalcode.org/project/shiny.git/commit/c1d17b7

theo_’s picture

Status: Fixed » Reviewed & tested by the community
StatusFileSize
new40.13 KB

Commit from #2 solved the issue for me.

kiala on commerce_backoffice + shiny theme

krabbe’s picture

I had an issue on admin/commerce/product. The quick edit drop button was totally missing.
I made a little change to contrib.css and the button was visible again.
line 646:

td.views-field-operations-dropbutton .ctools-dropbutton-processed {
  position: absolute;
  top: 18px;
}

Deleting "position: absolute" made the trick for me.

bojanz’s picture

Priority: Minor » Normal
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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