From ad4ab43571fad8243a07e80780eb06532bb7cc34 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Tue, 28 Jun 2022 16:35:45 +0200 Subject: [PATCH] related to #1679 Better styling for photo id in photo edit --- admin/photo.php | 2 +- admin/themes/default/theme.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/admin/photo.php b/admin/photo.php index b0f23da04..efabca725 100644 --- a/admin/photo.php +++ b/admin/photo.php @@ -55,7 +55,7 @@ $tabsheet->assign(); $template->assign( array( - 'ADMIN_PAGE_TITLE' => l10n('Edit photo #%s', $_GET['image_id']), + 'ADMIN_PAGE_TITLE' => l10n('Edit photo #%s', $_GET['image_id']), ) ); diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 394b0141a..a0315c657 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1933,6 +1933,10 @@ h1 { color: #333; font-size: 22px; } +h1 .image-id { + font-weight: 100; + opacity: 0.5; +} h2 { letter-spacing:1px; font-weight:bold; display: none;} h2:lang(en) { text-transform:capitalize; }