From 80bf67779b84a1d839e8c0df2ec78e6991725182 Mon Sep 17 00:00:00 2001 From: NoorYameen Date: Tue, 23 Apr 2019 16:31:33 +0300 Subject: [PATCH] fix alarm rca view Change-Id: If2152bd721e81cd5fdfa25af1b94e820f56c9f84 story: 2005502 task: 30604 Depends-On: I4044338f7c62016c1fc10756fbf8ffc8485c34b1 --- .../project/components/alarms/alarms.scss | 15 ++++++++++----- .../project/components/rca/rcaContainer.scss | 5 ++--- .../project/templateList/templateList.scss | 4 ---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.scss b/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.scss index 7a01ee7..51b2ff6 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.scss +++ b/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.scss @@ -1,9 +1,14 @@ - - -/* ------ GLOBAL ------ */ - - +.app-modal-window .modal-dialog{ + height: fit-content; + width: 50%; + margin-top: 10%; +} +.app-modal-window .modal-content{ + height: 100%; + width: 100%; + opacity: 0.9; +} .vitrage-alarms { table { diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/components/rca/rcaContainer.scss b/vitrage_dashboard/dashboard/static/dashboard/project/components/rca/rcaContainer.scss index a870d35..ff25d40 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/components/rca/rcaContainer.scss +++ b/vitrage_dashboard/dashboard/static/dashboard/project/components/rca/rcaContainer.scss @@ -1,6 +1,5 @@ .rca-container { - height: 100%; + height: 650px; background: #ffffff; opacity: 0.8; - margin-bottom: 10%; -} \ No newline at end of file +} diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.scss b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.scss index aa93682..6dda371 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.scss +++ b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.scss @@ -13,7 +13,3 @@ } -.modal-dialog { - top: 20%; -} -