next install refactoring

This commit is contained in:
HB9HIL
2024-07-21 17:48:02 +02:00
parent d65b8bbfdb
commit 3cc925d9ea
13 changed files with 1937 additions and 1523 deletions

View File

@@ -205,8 +205,18 @@ div.alert-danger {
--bs-tooltip-opacity: 1;
}
#languageButton {
#languageButton, #advancedSettingsButton, #resetButton {
position: absolute;
bottom: 70px;
right: 20px;
}
.required:after {
content: " *";
color: red;
}
.required-prefix:before {
content: "* ";
color: red;
}