[REF] use FormViewDialog instead of do_action, allow to unlink a tooltip from the helper, splitted resources into multiple files

This commit is contained in:
Benjamin Willig
2023-08-03 12:40:08 +02:00
parent 95a11fbc42
commit a1bc845984
8 changed files with 184 additions and 112 deletions

View File

@@ -2,6 +2,10 @@ sup.field-tooltip {
margin-right: 5px;
}
sup.field-tooltip:hover {
cursor: pointer;
}
.tooltip-icon {
color: #666666;
background: none;
@@ -9,7 +13,7 @@ sup.field-tooltip {
display: inline-block;
width: 0;
font-size: 12px;
margin-left: -2px;
margin-left: 0px;
}
.popover-footer {