Tweak styles on forms in boxes to prevent some ugliness.

Review Request #13782 — Created April 24, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

The OAuth application edit form uses our old {% box %} stuff, and a
conflict between the styling for boxes and the styling for .rb-c-form
was causing the background image in the box to shift up by the margin
added to the buttons. This change overrides the styling for the actions
to use padding instead of margin.

Looked at the application edit form and saw that it wasn't ugly.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Tweak styles on forms in boxes to prevent some ugliness.
The OAuth application edit form uses our old `{% box %}` stuff, and a conflict between the styling for boxes and the styling for `.rb-c-form` was causing the background image in the box to shift up by the margin added to the buttons. This change overrides the styling for the actions to use padding instead of margin. Testing Done: Looked at the application edit form and saw that it wasn't ugly.
605fd4227219c6cd7d2bddd58ca46e3c19d2005d David Trowbridge
reviewboard/static/rb/css/ui/boxes.less
Loading...