minor improvements for release

This commit is contained in:
msramalho
2025-02-14 00:16:38 +00:00
parent 68dc98628b
commit fde1829a3c
4 changed files with 16 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ textarea {
}
.section-title {
color: teal;
color: #008080;
}
/* .archive-results td {
@@ -54,19 +54,18 @@ table td {
padding-right: 10px;
}
#archiveModal {
#archive-modal {
max-height: 90%;
font-size: 0.83em;
}
#archiveModal select {
#archive-modal select {
font-size: initial;
width: auto;
/* width: auto; */
display: inline;
margin-left: 10px;
padding: 0px;
height: initial;
padding: 0;
/* height: initial; */
}
.form-guide {
@@ -76,6 +75,6 @@ table td {
}
.switch label {
color: black;
color: #000000;
font-size: 1.1rem;
}