Corrected size of link in headline
Corrected size of link in headline
This commit is contained in:
parent
1edaec8734
commit
ee12d6cdc9
@ -2,7 +2,7 @@
|
|||||||
{entry_block}
|
{entry_block}
|
||||||
{entry}
|
{entry}
|
||||||
|
|
||||||
<h2>{$panelstrings.head} <a href="admin.php?p=entry&action=write&entry={$id}">{$subject}</a></h2>
|
<h2>{$panelstrings.head} <a class="head-link" href="admin.php?p=entry&action=write&entry={$id}">{$subject}</a></h2>
|
||||||
{include file="shared:errorlist.tpl"}
|
{include file="shared:errorlist.tpl"}
|
||||||
|
|
||||||
<p>{$panelstrings.descr}</p>
|
<p>{$panelstrings.descr}</p>
|
||||||
|
@ -34,6 +34,10 @@ h2 {
|
|||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.head-link {
|
||||||
|
font-size: 0.83em;
|
||||||
|
}
|
||||||
|
|
||||||
body { background: #eee; }
|
body { background: #eee; }
|
||||||
|
|
||||||
/* === Redefines some stuff in inline mode === */
|
/* === Redefines some stuff in inline mode === */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user