new version

This commit is contained in:
msramalho
2023-04-26 23:39:24 +01:00
parent 1145a156ee
commit a231732041
5 changed files with 136 additions and 71 deletions

View File

@@ -5,7 +5,9 @@ body {
#app {
min-width: 45em;
/* min-height: 175px; */
margin: 15px;
margin: 10px;
margin-left: 15px;
margin-right: 15px;
}
#icon {
@@ -19,6 +21,17 @@ table.archive-results .row {
max-width: 100px;
}
textarea {
min-width: 50em;
max-width: 55em;
min-height: 30px;
max-height: 300px;
}
.section-title {
color: teal;
}
/* .archive-results td {
width: auto;
}
@@ -51,12 +64,15 @@ table td {
width: auto;
display: inline;
margin-left: 10px;
padding:0px;
height: initial;
}
.form-guide {
font-size: 1rem;
color: #9e9e9e;
margin-right: 10px;
margin-right: 10px;
}
.switch label {