From c64b58a5a89ae7ac51f4f7b41e2842980e112346 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Thu, 28 Mar 2019 00:18:26 -0700 Subject: Portal updates for VNF Launch Moves some of the Workflow and Governance links into the body of the home page, and removes those sections from the sidebar. Updates the header, logos, and badge used. Links to OVP overview updated to point to latest documentation, not stable-fraser as this includes the VNF testing instructions. Change-Id: Iceea0e24afc57ed3919a36cf2844717be455e238 Signed-off-by: Trevor Bramwell --- 3rd_party/static/testapi-ui/assets/css/header.css | 5 +++-- 3rd_party/static/testapi-ui/assets/css/home/home.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to '3rd_party/static/testapi-ui/assets/css') diff --git a/3rd_party/static/testapi-ui/assets/css/header.css b/3rd_party/static/testapi-ui/assets/css/header.css index 183ebf9..9eb03c1 100644 --- a/3rd_party/static/testapi-ui/assets/css/header.css +++ b/3rd_party/static/testapi-ui/assets/css/header.css @@ -20,9 +20,10 @@ } .header-title { - font-size: 35px; + font-size: 40px; + font-weight: bold; color: #fff; - padding-top: 30px; + padding-top: 25px; } .header-login { diff --git a/3rd_party/static/testapi-ui/assets/css/home/home.css b/3rd_party/static/testapi-ui/assets/css/home/home.css index 66b3a8e..ed0e3f4 100644 --- a/3rd_party/static/testapi-ui/assets/css/home/home.css +++ b/3rd_party/static/testapi-ui/assets/css/home/home.css @@ -17,7 +17,7 @@ } .home-content { - margin-top: 100px; + margin-top: 30px; } .home-content-text { -- cgit 1.2.3-korg