Problem
Following #1986400: Table style update, two bugs appeared in Drupal core due to styling changes.
Locale changed table bug:
1. Enable Locale module.
2. Add a couple languages.
3. Go to the interface translation screen.
4. Enter one translation string.
5. *All of them* will be marked as changed.
This is due to the locale table getting the changed class and the row also getting it. The selector for the changed class should be more specific.
Content translation bug:
1. Enable content translation module.
2. Go to content settings under regional and language.
3. Enable translation for Articles.
4. Notice how image field columns are NOT indented, appearing like they are also just same level fields.
This is due to the 'column' class not being effective to assign an increased padding to these items.