Saturday, September 26, 2020
1 change · master
Miscellaneous changes
Some of the TOTP-related forms contained an attempt at making a centered modal pop-up, using a bootstrap card that would also serve to emphasize that the interaction was sensitive and security-related. Some of the "footer buttons" were moved inside the form to make it more obvious that they were part of the interaction flow. However some of this caused breakages of responsiveness and did not yield a really satisfactory result anyway. This commit switches back to using regular non-centered
Original PR description
Some of the TOTP-related forms contained an attempt at making a centered modal pop-up, using a bootstrap card that would also serve to emphasize that the interaction was sensitive and security-related. Some of the "footer buttons" were moved inside the form to make it more obvious that they were part of the interaction flow. However some of this caused breakages of responsiveness and did not yield a really satisfactory result anyway. This commit switches back to using regular non-centered forms. It looks quite ugly because the content is better suited for a narrow modal, but it means less surprises in terms of layout and less responsiveness issues. Forward-port of odoo/odoo#58541