Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: e28db6028adb17484fa057239dd55c15b494dc58 https://github.com/xwiki/xwiki-platform/commit/e28db6028adb17484fa057239dd55... Author: Lucas C <lucas.charpentier@imt-atlantique.net> Date: 2023-12-08 (Fri, 08 Dec 2023) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.css M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/widgets/modalPopup.js Log Message: ----------- XWIKI-21650: The XModal close button new style does not fit in its context (#2703) * Updated style of the title section of the xdialog * Added the class btn-xs to the close button (avoid it being way too large ) * Replaced the content with a cross icon (no need for alternative because there's a title on the button) * Updated style to fit the bootstrap modal one