optical changed in Workflow

This commit is contained in:
Frank Schubert
2021-09-09 22:40:38 +02:00
parent 5d4529288c
commit 0e24ecd38e
2 changed files with 7 additions and 1 deletions

View File

@@ -72,7 +72,7 @@
</div>
<div class="col-1">
<label class="form-label" for="filter_code">Anschluss Objekt ID</label>
<label class="form-label" for="filter_code">Objekt ID</label>
<input type="text" class="form-control" name="filter[code]" id="filter_code" value="<?=$filter['code']?>" />
</div>

View File

@@ -43,6 +43,7 @@
.workflow-table {
margin-bottom:4px;
max-width: 100%;
}
.workflow-table label {
@@ -55,6 +56,7 @@
padding-top: 4px;
padding-bottom: 4px;
border-top: none;
max-width: 138px;
}
.workflow-header {
@@ -71,6 +73,10 @@
padding-left: 4px;
}
.workflow-item input[type=text] {
/*width: 128px;*/
}
.padding-left-2 {
padding-left: 2px;
}