From 39eb28eac233b977a0f00081530697519cf3ff34 Mon Sep 17 00:00:00 2001 From: Catalin Date: Thu, 6 Jun 2024 18:07:10 +0300 Subject: [PATCH] HDX-9894 resize logo --- .../ckanext/hdx_theme/fanstatic/base/components/hdx-logo.css | 4 ++-- ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css | 4 ++-- .../ckanext/hdx_theme/fanstatic/light/page-extra-light.css | 4 ++-- .../ckanext/hdx_theme/fanstatic/light/page-light.css | 4 ++-- .../hdx_theme/fanstatic/organization_/base/organization.css | 4 ++-- .../hdx-styles/src/common/less/base/components/hdx-logo.less | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/components/hdx-logo.css b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/components/hdx-logo.css index c215552f9f..c5ddd21212 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/components/hdx-logo.css +++ b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/components/hdx-logo.css @@ -19,7 +19,7 @@ background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } /* END HDX Version display */ diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css index 029eaa41e8..ad39a25ca6 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css +++ b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/base/header.css @@ -4180,8 +4180,8 @@ ul.list-horizontal li:first-child:before { background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } /* END HDX Version display */ /* HEADER Search Widget */ diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-extra-light.css b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-extra-light.css index 9d3208d4a2..efc8737ec2 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-extra-light.css +++ b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-extra-light.css @@ -1637,8 +1637,8 @@ hr.dotted { background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } /* END HDX Version display */ /* Style breadcrumbs */ diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-light.css b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-light.css index 52c1c62e09..fdb2bd444e 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-light.css +++ b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/light/page-light.css @@ -4212,8 +4212,8 @@ ul.list-horizontal li:first-child:before { background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } /* END HDX Version display */ /* HEADER Search Widget */ diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/organization_/base/organization.css b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/organization_/base/organization.css index f75119b993..66b29083b6 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/organization_/base/organization.css +++ b/ckanext-hdx_theme/ckanext/hdx_theme/fanstatic/organization_/base/organization.css @@ -4307,8 +4307,8 @@ ul.list-horizontal li:first-child:before { background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } /* END HDX Version display */ /* HEADER Search Widget */ diff --git a/ckanext-hdx_theme/ckanext/hdx_theme/hdx-styles/src/common/less/base/components/hdx-logo.less b/ckanext-hdx_theme/ckanext/hdx_theme/hdx-styles/src/common/less/base/components/hdx-logo.less index 3bf412410d..049a2953e6 100644 --- a/ckanext-hdx_theme/ckanext/hdx_theme/hdx-styles/src/common/less/base/components/hdx-logo.less +++ b/ckanext-hdx_theme/ckanext/hdx_theme/hdx-styles/src/common/less/base/components/hdx-logo.less @@ -24,8 +24,8 @@ background-repeat: no-repeat; background-position: left center; width: 126px; - height: 30px; - margin-top: 1px; + height: 28px; + margin-top: 3px; } } }