Skip to content

Commit

Permalink
Fixes #13978: Add condition tooltip and upgrade all js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Dec 14, 2018
1 parent fe04d1d commit 1f2154a
Show file tree
Hide file tree
Showing 28 changed files with 704 additions and 924 deletions.
6 changes: 6 additions & 0 deletions builder/css/bootstrap-3.3.7.min.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions builder/css/bootstrap.min.css

This file was deleted.

1 change: 1 addition & 0 deletions builder/css/bootstrap.min.css.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions builder/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
font-weight: bold;
cursor:default;
}

.navbar-inverse a.navbar-brand{
width: 230px;
text-align: center;
Expand Down Expand Up @@ -952,3 +953,12 @@ input.form-control.parameter{
border-left: 2px solid #1b809e;
padding-left: 3px;
}

.popover-title {
word-wrap: break-word;
word-break: break-all
}

small {
color: #777 !important
}
Binary file modified builder/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
485 changes: 272 additions & 213 deletions builder/fonts/glyphicons-halflings-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified builder/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file modified builder/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added builder/fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
146 changes: 63 additions & 83 deletions builder/index.html

Large diffs are not rendered by default.

250 changes: 0 additions & 250 deletions builder/js/angular-1.3.14.min.js

This file was deleted.

253 changes: 253 additions & 0 deletions builder/js/angular-1.3.20.min.js

Large diffs are not rendered by default.

250 changes: 0 additions & 250 deletions builder/js/angular-1.3.5.min.js

This file was deleted.

33 changes: 33 additions & 0 deletions builder/js/angular-animate-1.3.20.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1f2154a

Please sign in to comment.