From c89060158fab7394c3bddc5eacb0411dbb13785c Mon Sep 17 00:00:00 2001 From: Steve Thomas Date: Mon, 5 Feb 2018 11:54:23 -0500 Subject: Correcting spinner Change-Id: I0531805d63a9d5b8ac6a161281845a6b8cc1f4af Issue-ID: AAI-732 Signed-off-by: Steve Thomas --- resources/scss/tier-support/_splitPane.scss | 5 ++++- resources/scss/tier-support/_tierSupport.scss | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 resources/scss/tier-support/_tierSupport.scss (limited to 'resources/scss/tier-support') diff --git a/resources/scss/tier-support/_splitPane.scss b/resources/scss/tier-support/_splitPane.scss index dc07be0..c174920 100644 --- a/resources/scss/tier-support/_splitPane.scss +++ b/resources/scss/tier-support/_splitPane.scss @@ -21,9 +21,12 @@ * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ +div.SplitPane.vertical { + position: initial !important; +} + .SplitPane { min-width: $minimum-application-width; - height: calc(100% - #{$total-header-height}) !important; } .Resizer { diff --git a/resources/scss/tier-support/_tierSupport.scss b/resources/scss/tier-support/_tierSupport.scss new file mode 100644 index 0000000..e63bffd --- /dev/null +++ b/resources/scss/tier-support/_tierSupport.scss @@ -0,0 +1,3 @@ +.tier-support-ui { + height: calc(100% - #{$total-header-height}) !important; +} -- cgit