From 4d61d079e6d803e1772ab4a0cb404513bcd611ea Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 3 Apr 2017 15:34:53 +0530 Subject: Integration of LCM and ResMgr to container IssueID : CLIENT-189 Change-Id: If946cccf2a7867d81417ac8990735d73963faeaa Signed-off-by: Seshu-Kumar-M --- lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css | 6 ++++++ lifecyclemgr/src/main/webapp/lifecyclemgr/index.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'lifecyclemgr') diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css b/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css index e7de35c5..954ad091 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css @@ -188,4 +188,10 @@ select { .delete-icon { background: url("../images/delete.png") no-repeat; height: 16px; +} + +.containerh{ + background-color:white !important; + min-height:500px; + } \ No newline at end of file diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html index b64eed68..15cf0359 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html @@ -47,7 +47,7 @@ -
+
Life Cycle Manager
-- cgit 1.2.3-korg