ADD: added entity input field with bootstrap

This commit is contained in:
hwinkel
2023-10-16 21:26:04 +02:00
parent 023188bc12
commit f0f968b28b
2 changed files with 80 additions and 38 deletions

View File

@@ -43,6 +43,14 @@ width: 50%;
width: 50% !important;
}
.NumberInputs{
width: 3.3em;
}
.NumberInputsGroup
{
flex-wrap: inherit !important;
}
.ControlValues{
float: left;
display: contents;
@@ -65,10 +73,10 @@ display: contents;
.parent {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(6, 2em);
grid-template-columns: repeat(3, 2fr);
grid-template-rows: repeat(6, 3em);
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-row-gap: 0px3
}
.div1 { grid-area: 1 / 1 / 2 / 4; }