In the main translation overview table, the table cells have <td> elements with class="status". Unfortunately the pixture_reloaded theme styles such elements with a background image of a big, fat "i"-in-a-circle symbol. It makes the table look pretty awful - please see the screenshot.
The fix is easy and is in the attached patch.
Thanks,
Andrew.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | Rename-status-class-to-translation-status-1175032-4-master.patch | 2.54 KB | Andrew Schulman |
| #4 | Rename-status-class-to-translation-status-1175032-4-6.x-2.x.patch | 2.59 KB | Andrew Schulman |
| #1 | translation_overview.css-2.patch | 342 bytes | Andrew Schulman |
| patch | 311 bytes | Andrew Schulman | |
| screenshot | 56.83 KB | Andrew Schulman |
Comments
Comment #1
Andrew Schulman commentedI see that the same problem also occurs in the Translation Assignments tables. Here's a revised patch that addresses both cases.
Comment #2
miro_dietikerI think we shouldn't fix it that way.
Either add different class or better add more qualification to the pixture selector. ".status" is simply too general.
Comment #3
miro_dietikerComment #4
Andrew Schulman commentedOK, here's a revised pair of patches against current git 6.x-2.x and master, that fixes this problem. The patches just rename the 'status' CSS class to 'translation-status'. This removes the conflict with pixture, and should be specific enough to avoid conflicts with other themes as well.
'status' is, as you say, a pretty general name for a CSS class. A more specific name seems better in order to avoid other conflicts.