Make a visual mark for subforums-links
This commit is contained in:
parent
8dc124099c
commit
d3ba23039a
2 changed files with 15 additions and 0 deletions
|
@ -33,7 +33,15 @@
|
|||
<dl class="f-inline f-fsub"><!-- inline -->
|
||||
<dt>{!! __(['Sub forum', \count($cur->subforums)]) !!}</dt>
|
||||
@foreach ($cur->subforums as $sub)
|
||||
@if ($sub->redirect_url)
|
||||
<dd>
|
||||
<span class="f-frdrsub">
|
||||
<a href="{{ $sub->redirect_url }}">{{ $sub->forum_name }}</a>
|
||||
</span>
|
||||
</dd>
|
||||
@else
|
||||
<dd><a href="{{ $sub->link }}">{{ $sub->forum_name }}</a></dd>
|
||||
@endif
|
||||
@endforeach
|
||||
</dl><!-- endinline -->
|
||||
@endif
|
||||
|
|
|
@ -1189,6 +1189,13 @@ html[lang="ru"] #fork details[open] > summary::after {
|
|||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
#fork .f-frdrsub:before {
|
||||
font: 400 0.875rem "FontAwesomeFree";
|
||||
content: "\f1d8 ";
|
||||
color: #814A00;
|
||||
margin-right: 0.3125rem;
|
||||
}
|
||||
|
||||
#fork .f-tnew,
|
||||
#fork .f-tunread {
|
||||
font: normal 0.875rem Arial, Helvetica, sans-serif;
|
||||
|
|
Loading…
Add table
Reference in a new issue