Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.4
Component:
User Interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
6 Oct 2010 at 10:35 UTC
Updated:
11 Jun 2024 at 12:23 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| remove-style.patch | 759 bytes | Anonymous (not verified) |
Comments
Comment #1
tr commentedDuplicate of #658176: Remove inline CSS. Please help out on that issue.
Comment #2
iankp commentedIs 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.
Comment #4
longwaveThe 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.