css: slight adjustments to dialog box widgets alignments

This commit is contained in:
Frédéric Péters 2016-06-21 08:53:24 +02:00
parent d70b3df3b6
commit ea4f995b37
1 changed files with 6 additions and 2 deletions

View File

@ -241,13 +241,17 @@ div.ui-dialog {
}
}
.ui-dialog-buttonpane button {
margin: 0.5em 0 0.5em 1em;
}
form p input,
form p select,
form p textarea {
width: 95%;
width: 100%;
}
form p input[type=checkbox] {
form p input[type=radio], form p input[type=checkbox] {
width: auto;
}
}