From 13ccf2eb872406afb591d2020770a375162f97b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maria=20G=C3=B3rska-Piszek?= Date: Wed, 11 Aug 2021 16:13:49 +0200 Subject: [PATCH 1/7] Rebase with feature branch. --- assets/css/admin.scss | 36 +++++++++++++++++++ .../admin/views/html-admin-page-addons.php | 15 ++++++-- 2 files changed, 49 insertions(+), 2 deletions(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 0b9e6dbf6c5..42117a510df 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -81,6 +81,42 @@ } } + .top-bar { + background: #fff; + box-shadow: inset 0 -1px 0 #ccc; + display: block; + height: 60px; + margin: 0 0 24px; + + ul { + display: flex; + justify-content: left; + margin: 0 auto; + max-width: 1056px; + + li { + font-weight: 600; + font-size: 14px; + line-height: 20px; + + } + + a, + a:visited, + a:hover, + a:focus { + color: #1e1e1e; + display: inline-block; + text-decoration: none; + padding: 20px 16px; + + &.current { + box-shadow: inset 0 -3px 0 #3171a6, inset 0 -1px 0 #ccc; + } + } + } + } + h1.search-form-title { clear: left; padding: 0; diff --git a/includes/admin/views/html-admin-page-addons.php b/includes/admin/views/html-admin-page-addons.php index f364a08c016..083de7f4795 100644 --- a/includes/admin/views/html-admin-page-addons.php +++ b/includes/admin/views/html-admin-page-addons.php @@ -33,7 +33,19 @@ if ( ! defined( 'ABSPATH' ) ) { - +
+ +
@@ -43,7 +55,6 @@ if ( ! defined( 'ABSPATH' ) ) { -