Corrected size of link in headline

Corrected size of link in headline
This commit is contained in:
Fraenkiman 2023-05-07 17:02:12 +02:00
parent 1edaec8734
commit ee12d6cdc9
2 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{entry_block}
{entry}
<h2>{$panelstrings.head} <a href="admin.php?p=entry&amp;action=write&amp;entry={$id}">{$subject}</a></h2>
<h2>{$panelstrings.head} <a class="head-link" href="admin.php?p=entry&amp;action=write&amp;entry={$id}">{$subject}</a></h2>
{include file="shared:errorlist.tpl"}
<p>{$panelstrings.descr}</p>

View File

@ -34,6 +34,10 @@ h2 {
border-bottom: 1px solid #ddd;
}
.head-link {
font-size: 0.83em;
}
body { background: #eee; }
/* === Redefines some stuff in inline mode === */