#7 New forms WIP

* adds new collapsible styled form for new main data
* adds/updates translations
This commit is contained in:
mipel
2021-09-21 14:32:10 +02:00
parent ce204fff2e
commit 951477c58f
14 changed files with 347 additions and 201 deletions

View File

@@ -60,6 +60,10 @@ a {
color: var(--rlp-red);
}
input[type=text] {
width: 100%;
}
.body-content{
margin: 1rem 0rem 0 0rem;
}