In the function uc_checkout_pane_payment() in file uc_payment.module there is some inline styling for the line-items-div.
The attached patch removes these inline styles.

CommentFileSizeAuthor
remove-style.patch759 bytesAnonymous (not verified)

Comments

tr’s picture

Status: Needs review » Closed (duplicate)

Duplicate of #658176: Remove inline CSS. Please help out on that issue.

iankp’s picture

Status: Closed (duplicate) » Needs review

Is it really a duplicate when you're linking to an entirely separate version/code-base? This patch needs to be committed to the 6.x-2.x branch. The inline styles are an easy-to-fix and unnecessarily sloppy blemish that ever got committed in the first place, especially in consideration of the fact that Drupal modules are above all to be considerate of themability.

Status: Needs review » Needs work

The last submitted patch, remove-style.patch, failed testing.

longwave’s picture

Status: Needs work » Closed (duplicate)

The work has already been done in 7.x in that issue, and should be backported for consistency rather than working on a separate patch here.