diff --git a/package.json b/package.json index 99c282a006d6b..c1161c7fcae76 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@bigfunger/decompress-zip": "0.2.0-stripfix3", "@bigfunger/jsondiffpatch": "0.1.38-webpack", "@elastic/datemath": "2.3.0", - "@elastic/kibana-ui-framework": "0.0.11", + "@elastic/kibana-ui-framework": "0.0.13", "@spalger/filesaver": "1.1.2", "@spalger/leaflet-draw": "0.2.3", "@spalger/leaflet-heat": "0.1.3", diff --git a/src/core_plugins/timelion/public/app.less b/src/core_plugins/timelion/public/app.less index 4da20b3261d8a..0095eaa710480 100644 --- a/src/core_plugins/timelion/public/app.less +++ b/src/core_plugins/timelion/public/app.less @@ -121,7 +121,7 @@ timelion-interval { display: flex; } -.timelionFunctionsDropdown { +.timelionFunctionsDropdownContent { height: 310px; overflow-y: auto; } @@ -144,27 +144,22 @@ timelion-interval { } .doc-container-content { - padding: 0 20px 20px 20px; - height: 310px; - overflow-y: auto; - background-color: @body-bg; position: relative; } .doc-container-buttons { position: relative; text-align: center; - background-color: @body-bg; height: 40px; .btn-doc-prev { position: absolute; - left: 20px; + left: 0px; } .btn-doc-next { position: absolute; - right: 20px; + right: 0px; } } diff --git a/src/core_plugins/timelion/public/partials/docs/tutorial.html b/src/core_plugins/timelion/public/partials/docs/tutorial.html index e075aa5eb855f..23b4f22e7c74f 100644 --- a/src/core_plugins/timelion/public/partials/docs/tutorial.html +++ b/src/core_plugins/timelion/public/partials/docs/tutorial.html @@ -145,44 +145,46 @@

Data: Transform insert beat boxing

-
+
Function reference
Click a function for details and arguments or return to the tutorial.
- - - - - +
+
.{{function.name}}(){{function.help}}
+ + + + - - - + - -
.{{function.name}}(){{function.help}}
-
- - - - - - - - - - - -
Argument NameAccepted TypesInformation
{{arg.name}}{{arg.types.join(', ')}}{{arg.help}}
-
- This function does not accept any arguments. Well that's simple, isn't it? + +
+
+ + + + + + + + + + + +
Argument NameAccepted TypesInformation
{{arg.name}}{{arg.types.join(', ')}}{{arg.help}}
+
+ This function does not accept any arguments. Well that's simple, isn't it? +
- -
+ + + +
diff --git a/src/ui/public/kbn_top_nav/kbn_top_nav.html b/src/ui/public/kbn_top_nav/kbn_top_nav.html index 5ec6577c825d6..dc96a4caec09d 100644 --- a/src/ui/public/kbn_top_nav/kbn_top_nav.html +++ b/src/ui/public/kbn_top_nav/kbn_top_nav.html @@ -39,10 +39,14 @@
- + +
+ +
diff --git a/src/ui/public/styles/base.less b/src/ui/public/styles/base.less index f960e328f9f07..fcc9bb77cd419 100644 --- a/src/ui/public/styles/base.less +++ b/src/ui/public/styles/base.less @@ -1070,4 +1070,15 @@ fieldset { .makeKuiColumns(@n, (@i + 1)); } +/** + * 1. Override Bootstrap styles. + */ +.localDropdownCloseButton { + color: #2d2d2d !important; /* 1 */ + + .theme-dark & { + color: #cecece !important; /* 1 */ + } +} + @import "~dragula/dist/dragula.css";