mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 18:23:18 +02:00
related to #1679 Better styling for photo id in photo edit
This commit is contained in:
+1
-1
@@ -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 <span class="image-id">#%s</span>', $_GET['image_id']),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user