css: remove right margin of dialog buttons as they're right-aligned

This commit is contained in:
Frédéric Péters 2016-06-17 23:33:03 +02:00
parent 11010e3f47
commit 9bf188a8a6
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@ div.buttons input {
}
}
.ui-dialog .ui-dialog-buttonpane button {
margin-right: 0;
margin-left: 2ex;
}
div#content button:disabled,
input[type=submit]:disabled {
pointer-events: none;