css changes

This commit is contained in:
Frank Schubert
2021-09-09 23:45:57 +02:00
parent 7ee687c201
commit 0271610950
2 changed files with 25 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<td class="workflow-item" <?=($item->width > 1) ? "colspan='".$item->width."'" : ""?>>
<td class="workflow-item wfitem-<?=$item->type?> wfitem-width-<?=$item->width?>" <?=($item->width > 1) ? "colspan='".$item->width."'" : ""?>>
<?php if($item->type != "gps"): ?>
<label class="form-label" for="wfitem_<?=$item->name?>_<?=$$wftype->id?>">
<?=($item->label) ? $item->label : "&nbsp;"?>
+24 -4
View File
@@ -61,9 +61,17 @@
padding-bottom: 4px;
border-top: none;
min-width: 138px;
max-width: 138px;
}
.workflow-table .workflow-item.wfitem-width-2 {
max-width: 276px;
}
.workflow-table .workflow-item.wfitem-width-2 {
max-width: 414px;
}
.workflow-table .workflow-item.wfitem-width-2 {
max-width: 552px;
}
.workflow-header {
}
@@ -77,14 +85,26 @@
.workflow-table .workflow-item select {
padding-left: 4px;
min-width:138px;
/*max-width: 138px;*/
max-width: 138px;
}
.workflow-item input[type=text] {
max-width:100%;
0width: 138px;
width: 138px;
}
.padding-left-2 {
padding-left: 2px;
}