https://bugzilla.wikimedia.org/show_bug.cgi?id=72041
Matthew Flaschen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |rg Summary|Delete confirmation |Undocumented delete |interface regression |confirmation interface | |regression --- Comment #3 from Matthew Flaschen <[email protected]> --- Alright, so this appearance change is indeed caused by that commit. I believe it is caused by the part that switches from tables to divs ("Stop using tables use divs instead. It's the future!") I see three main options: 1. Keep this appearance and better communicate it. I agree the communication here was lax, but it's really not that different. I'm not sure, but I think this layout is also more consistent with the general UI direction. 2. Keep it as divs and use display: table-cell or display: table (I think this still might require markup change, and it needs to be checked on mobile, but it's otherwise pretty straightforward). The downside is that it's still tabular layout, and it's not clear to me we actually want tabular layout here. 3. Go back to table elements, but keep the MW UI styling changes. I recommend #1. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
