diff --git a/builder/css/custom.css b/builder/css/custom.css index 965a19218..fe8f8de4c 100644 --- a/builder/css/custom.css +++ b/builder/css/custom.css @@ -73,6 +73,9 @@ ul.dropdown-menu > li > a{ .popover{ max-width: 450px; } +.popover.condition { + left: -250px !important; +} .popover-content b{ color: #f08004; } diff --git a/builder/index.html b/builder/index.html index 5acd2525b..8444a5116 100644 --- a/builder/index.html +++ b/builder/index.html @@ -29,27 +29,6 @@ - - - @@ -248,14 +234,15 @@

Techniques

- +
@@ -462,7 +449,18 @@
-
-
+
@@ -751,12 +768,17 @@
{{capitaliseFirstLetter(kind)}}
{{method.name}} - - + +
@@ -775,13 +797,15 @@

Categories

{{capitaliseFirstLetter(kind)}} diff --git a/builder/js/ncf.js b/builder/js/ncf.js index fc6a4008e..806aa3e38 100644 --- a/builder/js/ncf.js +++ b/builder/js/ncf.js @@ -152,12 +152,6 @@ return { } }); -app.directive('popover', function() { - return function(scope, elem) { - $(elem).popover(); - } -}); - app.filter('parameterName', function () { return function (text) { if (!text) { @@ -1751,4 +1745,4 @@ function uuidv4() { return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) ); -} +} \ No newline at end of file