mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
next install refactoring
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user