optical changed in Workflow
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user