mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/elements
Thiemo Kreuz 198e62be83 Move misplaced close button back to standard position
In OOUI the close button is always on the left side. See
https://doc.wikimedia.org/oojs-ui/master/demos/?page=dialogs&theme=wikimediaui&direction=ltr&platform=desktop

The CSS hack to move it to the other side doesn't work and must be
removed. You can see the problem the moment the text is longer (which
can easily happen in translated versions).

I tried to come up with a more official way to move the button to the
other side, but gave up. One way is to replace the existing

		flags: [ 'safe', 'close' ]

with:

		flags: [ 'primary', 'close' ],
		framed: false

But this causes other style problems. Let's remove the bogus CSS
first and possibly try again in a later patch.

Bug: T294839
Change-Id: Ia6ddefd99e4a03a87b0450ab94712ff19bb268e4
2021-11-12 16:48:13 +01:00
..
ve.ui.MWExpandableContentElement.css Rewrite style so it can be flipped by cssjanus 2021-10-07 10:11:44 +02:00
ve.ui.MWExpandableErrorElement.css doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWFloatingHelpElement.css Move misplaced close button back to standard position 2021-11-12 16:48:13 +01:00
ve.ui.MWPreviewElement.css doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00