WIP popup changes

This commit is contained in:
msramalho
2023-04-26 18:44:26 +01:00
parent 76b2788550
commit 1145a156ee
5 changed files with 323 additions and 236 deletions

View File

@@ -1,21 +1,22 @@
body {
font-size: 100%;
font-size: 100%;
}
#app {
min-width: 45em;
margin: 15px;
min-width: 45em;
/* min-height: 175px; */
margin: 15px;
}
#icon {
max-height: 26px;
vertical-align: middle;
max-height: 26px;
vertical-align: middle;
}
table.archive-results .row {
/* table-layout: fixed; */
width: 90%;
max-width: 100px;
/* table-layout: fixed; */
width: 90%;
max-width: 100px;
}
/* .archive-results td {
@@ -27,7 +28,38 @@ table.archive-results .row {
} */
table td {
word-wrap: break-word;
overflow-wrap: break-word;
padding: 5px;
word-wrap: break-word;
overflow-wrap: break-word;
padding: 5px;
}
/* MODAL */
.modal div.modal-content {
padding: 5px;
padding-left: 10px;
padding-right: 10px;
}
#archiveModal {
max-height: 90%;
font-size: 0.83em;
}
#archiveModal select {
font-size: initial;
width: auto;
display: inline;
margin-left: 10px;
}
.form-guide {
font-size: 1rem;
color: #9e9e9e;
margin-right: 10px;
}
.switch label {
color: black;
font-size: 1.1rem;
}