From 911f3defa53dcf78711298ab1846169e6fad5865 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pior?= Date: Thu, 17 May 2018 13:59:58 +0200 Subject: [PATCH] #7204 WIP --- js/notebook/src/shared/style/bootstrap.scss | 2 +- js/notebook/src/shared/style/tree.scss | 32 +++++++++++++++++++ .../JVMOptions/DefaultOptionsWidget.ts | 12 ++----- 3 files changed, 36 insertions(+), 10 deletions(-) create mode 100644 js/notebook/src/shared/style/tree.scss diff --git a/js/notebook/src/shared/style/bootstrap.scss b/js/notebook/src/shared/style/bootstrap.scss index 410bea6824..afc0baab7d 100644 --- a/js/notebook/src/shared/style/bootstrap.scss +++ b/js/notebook/src/shared/style/bootstrap.scss @@ -15,4 +15,4 @@ */ $icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/"; -@import '~bootstrap-sass/assets/stylesheets/bootstrap'; +//@import '~bootstrap-sass/assets/stylesheets/bootstrap'; diff --git a/js/notebook/src/shared/style/tree.scss b/js/notebook/src/shared/style/tree.scss new file mode 100644 index 0000000000..24d493f701 --- /dev/null +++ b/js/notebook/src/shared/style/tree.scss @@ -0,0 +1,32 @@ +/* + * Copyright 2017 TWO SIGMA OPEN SOURCE, LLC + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#beakerx-tree { + + #default_options { + + .label { + + } + .input { + + } + .addon { + + } + } + +} \ No newline at end of file diff --git a/js/notebook/src/tree/Widgets/JVMOptions/DefaultOptionsWidget.ts b/js/notebook/src/tree/Widgets/JVMOptions/DefaultOptionsWidget.ts index cbb6c70c12..06f5ff6ce1 100644 --- a/js/notebook/src/tree/Widgets/JVMOptions/DefaultOptionsWidget.ts +++ b/js/notebook/src/tree/Widgets/JVMOptions/DefaultOptionsWidget.ts @@ -30,15 +30,9 @@ export default class DefaultOptionsWidget extends Widget implements DefaultOptio public readonly HTML_ELEMENT_TEMPLATE = `
-
- - -
- -
GB
-
- -
+ + + GB
`;