From bf631f07de81fc9dff9ae4337d1f5db71e4879a7 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 17 Dec 2024 11:44:13 +0100 Subject: [PATCH] fix: display current configured oauth as icon instead of text --- umap/static/umap/content.css | 1 + umap/templates/auth/user_form.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 392ac85a3..d71f3a110 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -41,6 +41,7 @@ body.login header { display: inline-block; } +.login-grid span, .login-grid a { border: 1px solid #e5e5e5; padding: 5px; diff --git a/umap/templates/auth/user_form.html b/umap/templates/auth/user_form.html index 534d0f805..e9342d2c2 100644 --- a/umap/templates/auth/user_form.html +++ b/umap/templates/auth/user_form.html @@ -28,8 +28,8 @@