Problem/Motivation

An extra margin is visible in the file list when the plupload widget is rendered inside any block (including main content block) of Bartik or Seven. This is due to those themes supplying a CSS rule with the selector .block ul adding a margin.

CSS rules for the file list are spread over two separate CSS rules in plupload.css. One with the selector .plupload_filelist and the other with .plupload_scroll .plupload_filelist. The former gets overridden by the theme CSS while the latter is specific enough.

screenshot

Proposed resolution

Merge all CSS rules targeting the file list in plupload.css into .plupload_scroll .plupload_filelist.

Remaining tasks

User interface changes

API changes

CommentFileSizeAuthor
#1 2370889-fix-filelist-css.diff434 bytesznerol
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

znerol’s picture

Status: Active » Needs review
FileSize
434 bytes
znerol’s picture

Issue summary: View changes

  • slashrsm committed 665d64f on 7.x-1.x authored by znerol
    Issue #2370889 by znerol: Fixed Extra margin on file list due to...

  • slashrsm committed e451fb2 on 7.x-2.x authored by znerol
    Issue #2370889 by znerol: Fixed Extra margin on file list due to...
slashrsm’s picture

Status: Needs review » Fixed

Committed. Thank you!

Status: Fixed » Closed (fixed)

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