css changes
This commit is contained in:
@@ -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 : " "?>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user