From 416a3ade21c5d1692259988050193f40cdbddf0b Mon Sep 17 00:00:00 2001 From: seshukm Date: Tue, 4 Apr 2017 12:00:29 +0530 Subject: images added to the framework ISSUEID : CLIENT-189 Change-Id: Ifa74c349c7306190fa4de0079e4e7b86d478d7e9 Signed-off-by: seshukm --- .../framework/browser/thirdparty/images/delete.png | Bin 0 -> 1100 bytes .../webapp/framework/browser/thirdparty/images/edit.png | Bin 0 -> 3045 bytes resmgr/src/main/webapp/resmgr/css/style.css | 2 +- resmgr/src/main/webapp/resmgr/index.html | 5 ++--- 4 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 common/src/main/webapp/framework/browser/thirdparty/images/delete.png create mode 100644 common/src/main/webapp/framework/browser/thirdparty/images/edit.png diff --git a/common/src/main/webapp/framework/browser/thirdparty/images/delete.png b/common/src/main/webapp/framework/browser/thirdparty/images/delete.png new file mode 100644 index 00000000..737f8797 Binary files /dev/null and b/common/src/main/webapp/framework/browser/thirdparty/images/delete.png differ diff --git a/common/src/main/webapp/framework/browser/thirdparty/images/edit.png b/common/src/main/webapp/framework/browser/thirdparty/images/edit.png new file mode 100644 index 00000000..68d76257 Binary files /dev/null and b/common/src/main/webapp/framework/browser/thirdparty/images/edit.png differ diff --git a/resmgr/src/main/webapp/resmgr/css/style.css b/resmgr/src/main/webapp/resmgr/css/style.css index 97faca8a..76865689 100644 --- a/resmgr/src/main/webapp/resmgr/css/style.css +++ b/resmgr/src/main/webapp/resmgr/css/style.css @@ -14,7 +14,7 @@ */ -.containerheight{ +.containerh{ background-color:white !important; min-height:500px; diff --git a/resmgr/src/main/webapp/resmgr/index.html b/resmgr/src/main/webapp/resmgr/index.html index b0e82587..2e3551c9 100644 --- a/resmgr/src/main/webapp/resmgr/index.html +++ b/resmgr/src/main/webapp/resmgr/index.html @@ -32,9 +32,7 @@ - - - + @@ -45,6 +43,7 @@ + -- cgit 1.2.3-korg