From eae8b431eeb9f4b457a7a67f2e68cf19926148b4 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Wed, 30 Jul 2025 13:40:25 -0400 Subject: [PATCH] synchronize app.css with .NET MAUI --- Oqtane.Maui/wwwroot/css/app.css | 17 ++++++++++++++--- Oqtane.Server/wwwroot/css/app.css | 4 ++-- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Oqtane.Maui/wwwroot/css/app.css b/Oqtane.Maui/wwwroot/css/app.css index ab9c6adb..46e749f7 100644 --- a/Oqtane.Maui/wwwroot/css/app.css +++ b/Oqtane.Maui/wwwroot/css/app.css @@ -239,18 +239,19 @@ app { .app-form-inline { display: inline; } -.app-search{ + +.app-search { display: inline-block; position: relative; } -.app-search input + button{ +.app-search input + button { background: none; border: none; position: absolute; right: 0; top: 0; } -.app-search input + button .oi{ +.app-search input + button .oi { top: 0; } .app-search-noinput { @@ -275,3 +276,13 @@ app { .app-logo .navbar-brand { padding: 5px 20px 5px 20px; } + +/* cookie consent */ +.gdpr-consent-bar .btn-show { + bottom: -3px; + left: 5px; +} +.gdpr-consent-bar .btn-hide { + top: 0; + right: 5px; +} diff --git a/Oqtane.Server/wwwroot/css/app.css b/Oqtane.Server/wwwroot/css/app.css index 00461f64..46e749f7 100644 --- a/Oqtane.Server/wwwroot/css/app.css +++ b/Oqtane.Server/wwwroot/css/app.css @@ -278,11 +278,11 @@ app { } /* cookie consent */ -.gdpr-consent-bar .btn-show{ +.gdpr-consent-bar .btn-show { bottom: -3px; left: 5px; } -.gdpr-consent-bar .btn-hide{ +.gdpr-consent-bar .btn-hide { top: 0; right: 5px; }