From a0b22ace4c5b24d4394f49911a47b5c6e1d5fb89 Mon Sep 17 00:00:00 2001 From: Satish Wadkar Date: Tue, 3 Sep 2024 15:15:22 +0530 Subject: [PATCH 1/2] css fixes Signed-off-by: Satish Wadkar --- .../launchbar-icon/launchbar-icon.component.css | 13 ++++++------- .../launchbar/launchbar/launchbar.component.html | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar-icon/launchbar-icon.component.css b/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar-icon/launchbar-icon.component.css index 728662b02..a9fd522e9 100644 --- a/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar-icon/launchbar-icon.component.css +++ b/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar-icon/launchbar-icon.component.css @@ -1,5 +1,3 @@ - - /* This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies @@ -14,9 +12,7 @@ display: inline-block; box-sizing: border-box; position: relative; - margin-top: 5px; - margin-left: 5px; - margin-right: 5px; + margin: 5px 5px 0px 5px; padding: 0; user-select: none; -ms-user-select: none; @@ -26,6 +22,10 @@ text-align: center; } +.launchbar-icon-image { + margin-bottom: 3px; +} + .launchbar-icon-image.active { background-position-y: 0px; } @@ -109,5 +109,4 @@ SPDX-License-Identifier: EPL-2.0 Copyright Contributors to the Zowe Project. -*/ - +*/ \ No newline at end of file diff --git a/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar/launchbar.component.html b/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar/launchbar.component.html index 6c3a0fbba..25ec63230 100644 --- a/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar/launchbar.component.html +++ b/virtual-desktop/src/app/window-manager/mvd-window-manager/launchbar/launchbar/launchbar.component.html @@ -18,7 +18,7 @@ [style.display]="displayAppBar"> -
Date: Wed, 4 Sep 2024 12:14:32 +0530 Subject: [PATCH 2/2] Fix css issues causing for TN3270 plugin Signed-off-by: Satish Wadkar --- .../plugin-config/webpack5.base.js | 1 - .../shared/include-external-css.component.ts | 1 + .../desktop/desktop.component.html | 2 +- .../simple.component.html | 2 +- virtual-desktop/src/assets/css/desktop.css | 32 +++++++++---------- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/virtual-desktop/plugin-config/webpack5.base.js b/virtual-desktop/plugin-config/webpack5.base.js index 8e60c81ed..c36e9d1c1 100644 --- a/virtual-desktop/plugin-config/webpack5.base.js +++ b/virtual-desktop/plugin-config/webpack5.base.js @@ -14,7 +14,6 @@ const path = require('path'); const desktopDir = path.resolve(__dirname, '..'); const config = { - devtool: 'source-map', mode: 'production', output: { libraryTarget: 'umd', diff --git a/virtual-desktop/src/app/shared/include-external-css.component.ts b/virtual-desktop/src/app/shared/include-external-css.component.ts index cfe76a55f..d43428336 100644 --- a/virtual-desktop/src/app/shared/include-external-css.component.ts +++ b/virtual-desktop/src/app/shared/include-external-css.component.ts @@ -9,6 +9,7 @@ import { Component, ViewEncapsulation } from "@angular/core"; "../../../node_modules/bootstrap/dist/css/bootstrap.min.css", "../../../node_modules/font-awesome/css/font-awesome.css", "../../assets/css/desktop.css", + "../../assets/css/animate.css", "../../styles.css" ], encapsulation: ViewEncapsulation.None diff --git a/virtual-desktop/src/app/window-manager/mvd-window-manager/desktop/desktop.component.html b/virtual-desktop/src/app/window-manager/mvd-window-manager/desktop/desktop.component.html index 371d8fe34..2211c5bf7 100644 --- a/virtual-desktop/src/app/window-manager/mvd-window-manager/desktop/desktop.component.html +++ b/virtual-desktop/src/app/window-manager/mvd-window-manager/desktop/desktop.component.html @@ -9,7 +9,6 @@ Copyright Contributors to the Zowe Project. --> - @@ -17,6 +16,7 @@ + -

{{error}} @@ -33,6 +32,7 @@

+