From 661fb2fca98f8fc533b9468c5136a820b39e28a8 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 8 Jun 2020 14:12:57 +0200 Subject: [PATCH] fix styling of plugin-center --- .../webapp/WEB-INF/ftl/template/footer.html | 18 +- .../webapp/WEB-INF/ftl/template/header.html | 20 +- .../src/main/webapp/template/css/custom.css | 2 +- .../src/main/webapp/template/css/style.css | 1312 +++++++++++++++++ .../webapp/template/images/ci-cloudogu.png | Bin 0 -> 17050 bytes .../webapp/template/images/cloudogu-logo.png | Bin 0 -> 2236 bytes .../images/favicon_16x16px_transparent.png | Bin 0 -> 382 bytes .../template/images/scm-manager-logo-1.png | Bin 0 -> 13620 bytes .../webapp/template/images/scmManagerHero.jpg | Bin 0 -> 128042 bytes 9 files changed, 1329 insertions(+), 23 deletions(-) create mode 100644 scm-plugin-backend/src/main/webapp/template/css/style.css create mode 100644 scm-plugin-backend/src/main/webapp/template/images/ci-cloudogu.png create mode 100644 scm-plugin-backend/src/main/webapp/template/images/cloudogu-logo.png create mode 100644 scm-plugin-backend/src/main/webapp/template/images/favicon_16x16px_transparent.png create mode 100644 scm-plugin-backend/src/main/webapp/template/images/scm-manager-logo-1.png create mode 100644 scm-plugin-backend/src/main/webapp/template/images/scmManagerHero.jpg diff --git a/scm-plugin-backend/src/main/webapp/WEB-INF/ftl/template/footer.html b/scm-plugin-backend/src/main/webapp/WEB-INF/ftl/template/footer.html index e47d898955..55458ddcd1 100644 --- a/scm-plugin-backend/src/main/webapp/WEB-INF/ftl/template/footer.html +++ b/scm-plugin-backend/src/main/webapp/WEB-INF/ftl/template/footer.html @@ -5,23 +5,23 @@