orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Export/Purge dialogs don't have a close/cancel button/icon #6375

Closed ebruchez closed 3 weeks ago

ebruchez commented 3 weeks ago

This means that you can't close the dialog. Your only option is to perform the action, or to reload/close the page.

ebruchez commented 3 weeks ago

Happened because, for .fr-buttons, we had:

font-size: 0; // Removes space between buttons, see http://stackoverflow.com/a/19038859/5295

But I added a selector rule to apply these styles to .fr-dialog-buttons as well. This causes minimal buttons to not be visible.