fix: [UI] Change new object attribute information margin

pull/6423/head
Jakub Onderka 2020-10-11 16:28:32 +02:00
parent e233f9fbc7
commit 3a6d2d8420
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<?php if (strlen($infoExtra) < 50 && !(isset($forceIcon) && $forceIcon)): ?>
<i style="float:right; font-size: smaller;margin-right: 5px;"><?php echo h($infoExtra); ?></i>
<?php else: ?>
<it class="fa fa-info-circle generic-picker-item-element-info" style="float:right;margin-right: 5px;line-height:13px;" title="<?php echo h($infoExtra); ?>"></it>
<it class="fa fa-info-circle generic-picker-item-element-info" style="float:right;margin-left: 5px;line-height:13px;" title="<?php echo h($infoExtra); ?>"></it>
<?php endif; ?>
<?php elseif (isset($infoExtra['type'])): // same as if infoExtra is not an array ?>
@ -11,7 +11,7 @@
<?php if (strlen($infoExtra) < 50 && !(isset($forceIcon) && $forceIcon)): ?>
<i style="float:right;font-size: smaller;margin-right: 5px;"><?php echo h($infoExtra); ?></i>
<?php else: ?>
<it class="fa fa-info-circle generic-picker-item-element-info" style="float:right;line-height:13px;margin-right: 5px;" title="<?php echo h($infoExtra); ?>"></it>
<it class="fa fa-info-circle generic-picker-item-element-info" style="float:right;line-height:13px;margin-left: 5px;" title="<?php echo h($infoExtra); ?>"></it>
<?php endif; ?>
<?php elseif ($infoExtra['type'] === 'check'): ?>