Branch: refs/heads/stable-15.10.x
Home:
https://github.com/xwiki/xwiki-platform
Commit: 5638fe869ba0c098fe15e66f0713aacc0b75fa3a
https://github.com/xwiki/xwiki-platform/commit/5638fe869ba0c098fe15e66f0713…
Author: Lucas C <lucas.charpentier(a)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
(cherry picked from commit e28db6028adb17484fa057239dd55c15b494dc58)