Update style and templates
Improving the look of pure html
This commit is contained in:
parent
29877d50d6
commit
c964dadc97
5 changed files with 7 additions and 6 deletions
|
@ -30,7 +30,7 @@
|
|||
<li id="id-subforums{{ $p->model->id }}" class="f-category">
|
||||
<h2 class="f-ftch2">{{ __(['Sub forum', 2]) }}</h2>
|
||||
<ol class="f-table">
|
||||
<li class="f-row f-thead" value="0">
|
||||
<li hidden class="f-row f-thead" value="0">
|
||||
<div class="f-hcell f-cmain">{!! __(['Sub forum', 1]) !!}</div>
|
||||
<div class="f-hcell f-cstats">{!! __('Stats') !!}</div>
|
||||
<div class="f-hcell f-clast">{!! __('Last post') !!}</div>
|
||||
|
@ -63,7 +63,7 @@
|
|||
@endif
|
||||
<div class="f-ftlist">
|
||||
<ol class="f-table">
|
||||
<li class="f-row f-thead" value="0">
|
||||
<li hidden class="f-row f-thead" value="0">
|
||||
<div class="f-hcell f-cmain">{!! __(['Topic', 1]) !!}</div>
|
||||
<div class="f-hcell f-cstats">{!! __('Stats') !!}</div>
|
||||
<div class="f-hcell f-clast">{!! __('Last post') !!}</div>
|
||||
|
@ -147,6 +147,7 @@
|
|||
<div class="f-cell f-cstats">
|
||||
<span>{!! __(['%s Reply', $topic->num_replies, num($topic->num_replies)]) !!}</span>
|
||||
@if ($topic->showViews)
|
||||
<small>·</small>
|
||||
<span>{!! __(['%s View', $topic->num_views, num($topic->num_views)]) !!}</span>
|
||||
@endif
|
||||
</div>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<li id="cat-{{ $id }}" class="f-category">
|
||||
<h2 class="f-ftch2">{{ \current($forums)->cat_name }}</h2>
|
||||
<ol class="f-table">
|
||||
<li class="f-row f-thead" value="0">
|
||||
<li hidden class="f-row f-thead" value="0">
|
||||
<div class="f-hcell f-cmain">{!! __('Forum') !!}</div>
|
||||
<div class="f-hcell f-cstats">{!! __('Stats') !!}</div>
|
||||
<div class="f-hcell f-clast">{!! __('Last post') !!}</div>
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
</div>
|
||||
<div class="f-cell f-cstats">
|
||||
<span>{!! __(['%s Topic', $cur->tree->num_topics, num($cur->tree->num_topics)]) !!}</span>
|
||||
<small>·</small>
|
||||
<span>{!! __(['%s Post', $cur->tree->num_posts, num($cur->tree->num_posts)]) !!}</span>
|
||||
</div>
|
||||
<div class="f-cell f-clast">
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
@else
|
||||
<div class="f-ftlist">
|
||||
<ol class="f-table">
|
||||
<li class="f-row f-thead" value="0">
|
||||
<li hidden class="f-row f-thead" value="0">
|
||||
<div class="f-hcell f-cmain">{!! __('Dialogue') !!}</div>
|
||||
<div class="f-hcell f-cstats">{!! __('Stats') !!}</div>
|
||||
<div class="f-hcell f-clast">{!! __('Last post') !!}</div>
|
||||
|
|
|
@ -1295,8 +1295,7 @@ body,
|
|||
}
|
||||
}
|
||||
|
||||
#fork .f-ftlist .f-hcell,
|
||||
#fork .f-ftlist .f-clast small {
|
||||
#fork .f-ftlist .f-hcell { /* #fork .f-ftlist .f-clast small */
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue