Changes between Initial Version and Version 1 of Ticket #33260, comment 32
- Timestamp:
- 08/09/2015 06:05:53 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33260, comment 32
initial v1 1 1 @obenland @ocean90 I am up for this. 2 Actually, the real issue s seemto be the `.reorder-toggle` padding in `customize-widgets(-rtl).css` file which is adding wrong padding.2 Actually, the real issue seems to be the `.reorder-toggle` padding in `customize-widgets(-rtl).css` file which is adding wrong padding. 3 3 4 I removed those paddings by making them 0 and voilla it is perfectely aligned with the other span button. Let me add the patch. 4 I removed those paddings by making them 0 and voila it is perfectly aligned with the other span button. Let me add the patch. 5 6 P.S. I missed one comment in the discussion last time. But looks like, since we are not opting to make this span element a button we might as well just make that padding's value 0 for 4.3 release.