css: fix padding beneath buttons in dialog boxes.
Fix not having any space between the Submit / Cancel buttons and the bottom of the dialog box. For some reason this only happens in production, not development.
This commit is contained in:
@@ -128,7 +128,7 @@ div.ui-dialog {
|
|||||||
/* the submit and close buttons */
|
/* the submit and close buttons */
|
||||||
.ui-dialog-buttonpane {
|
.ui-dialog-buttonpane {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 1em 1em 0 0;
|
padding: 1em 1em 1em 0;
|
||||||
|
|
||||||
.ui-button {
|
.ui-button {
|
||||||
margin: 0 0.25em;
|
margin: 0 0.25em;
|
||||||
|
|||||||
Reference in New Issue
Block a user