diff options
Diffstat (limited to 'lifecyclemgr/src/main')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/css/style.css | 6 | ||||
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/index.html | 2 |
2 files changed, 7 insertions, 1 deletions
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 @@ <body ng-app="lcApp">
-<div class="homecontent center lcmanager">
+<div class="homecontent center lcmanager containerh">
<div class="col-md-12 col-sm-12 col-lg-12 container ">
<div class="lifecycleHeader">Life Cycle Manager</div>
<div class="separator-line"></div>
|