The list of operations in an admin table has a big gap to its left.
Seen at, for example, admin/content.
This is a regression from 6.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 687554_before_patch.png | 2.74 KB | sivaji_ganesh_jojodae |
| #2 | 687554_after_patch.png | 2.74 KB | sivaji_ganesh_jojodae |
| #2 | 687554_admin_table_padding_2.patch | 702 bytes | sivaji_ganesh_jojodae |
| garland admin ops gap.png | 10.1 KB | joachim |
Comments
Comment #1
joachim commentedOnly in Garland, btw.
Comment #2
sivaji_ganesh_jojodae commentedI can reproduce the same with recent build. Attached patch will fix this bug.
Comment #3
sivaji_ganesh_jojodae commentedComment #4
joachim commentedPatch works great for me.
Might be an idea to get a themer familiar with Garland to check that special-casing node-admin-content is the best way to do this.
Comment #5
thedavidmeister commentedIt's pretty much guaranteed not to be the right approach to use an ID to special case this.
There's only two possibilities here:
1. This padding exists in multiple places erroneously and therefore we should use a looser CSS selector for the fix so that it applies globally
2. This padding only exists on the #node-admin-content ul and therefore the rule introducing that padding should be removed, not overridden with a new rule