2023-07-09 16:43:37 -06:00
|
|
|
.page-content.install .install-config-container {
|
|
|
|
max-width: 900px;
|
|
|
|
margin: auto;
|
2023-03-14 20:20:19 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install form.ui.form .inline.field > label {
|
|
|
|
text-align: right;
|
|
|
|
width: 30%;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2023-07-09 16:43:37 -06:00
|
|
|
.page-content.install .ui.form .field > .help,
|
|
|
|
.page-content.install .ui.form .field > .ui.checkbox:first-child,
|
|
|
|
.page-content.install .ui.form .field > .right-content {
|
2024-05-06 00:58:42 -06:00
|
|
|
margin-left: calc(30% + 5px);
|
2023-03-14 20:20:19 -06:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2024-04-17 01:30:46 -06:00
|
|
|
.page-content.install form.ui.form input:not([type="checkbox"],[type="radio"]),
|
|
|
|
.page-content.install form.ui.form .ui.selection.dropdown {
|
2023-03-14 20:20:19 -06:00
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install form.ui.form details.optional.field[open] {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
2024-05-06 00:58:42 -06:00
|
|
|
.page-content.install form.ui.form details.optional.field[open]:not(:last-child) {
|
|
|
|
border-bottom: 1px dashed var(--color-secondary);
|
|
|
|
}
|
2023-03-14 20:20:19 -06:00
|
|
|
.page-content.install form.ui.form details.optional.field[open] summary {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install form.ui.form details.optional.field * {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install form.ui.form .field {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install .ui .reinstall-message {
|
|
|
|
width: 70%;
|
|
|
|
margin: 20px auto;
|
|
|
|
color: var(--color-red);
|
|
|
|
text-align: left;
|
2023-05-21 17:37:32 -06:00
|
|
|
font-weight: var(--font-weight-semibold);
|
2023-03-14 20:20:19 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.install .ui .reinstall-confirm {
|
|
|
|
width: 70%;
|
|
|
|
text-align: left;
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|