Needs review
Project:
Translation Overview
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 06:40 UTC
Updated:
13 Sep 2011 at 08:26 UTC
Jump to comment: Most recent file
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.