From: Volker E Date: Thu, 19 Sep 2019 20:51:58 +0000 (-0700) Subject: Remove `inline-block` from message boxes X-Git-Tag: 1.34.0-rc.0~129^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=f25008be971fb58c4c5366be8d3ed4d70a6e68ca;p=lhc%2Fweb%2Fwiklou.git Remove `inline-block` from message boxes Removing `inline-block` from message boxes as they're outlined as block level elements in UI standardization work. Back in Ibb9371eec in 2013 those were used in various contexts and tried to resolve the back then stated need of intrinsic width by `inline-block`. That doesn't seem to be appropriate for the general use case any more. If used in other contexts or on inline elements, product owners and implementors need to act on specifically adapting them. Bug: T233359 Change-Id: I530fda47b3d7b99f782b421abbde8957026570cd --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 75dae92404..13ef390c25 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -378,7 +378,6 @@ a.new { .warningbox, .successbox { color: #000; - display: inline-block; margin-bottom: 1em; border: 1px solid; padding: 0.5em 1em;