* task #8732, change size of popover.

This commit is contained in:
Catouse
2020-12-24 17:18:18 +08:00
parent fee352ff3a
commit ec3104cd8c
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
.popover-sm .popover-content {padding: 8px 10px; max-width: 228px}
#copyProjectModal {padding: 0}
#copyProjectModal {padding: 0 2px}
#copyProjectModal > div {position: relative;}
+1 -1
View File
@@ -35,7 +35,7 @@
<th class='w-120px'><?php echo $lang->program->PGMParent;?></th>
<td><?php echo html::select('parent', $programList, $programID, "class='form-control chosen' onchange='setParentProgram(this.value)'");?></td>
<td>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted' data-content=<?php echo $lang->program->PGMTips;?>></icon>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content=<?php echo $lang->program->PGMTips;?>></icon>
</td>
<td></td>
</tr>