mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 23:28:56 +02:00
feat(forums): add media css in forum list
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
tr {
|
||||
td {
|
||||
border-top: none;
|
||||
border-bottom: dotted 1px @brand-primary;
|
||||
border-bottom: solid 2px lighten(@brand-primary, 45%);
|
||||
p {
|
||||
margin-bottom: 5px;
|
||||
&:last-child {
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<th class="col-md-7">{{'FORUMS.CATEGORY.'+cat.name | translate}}</th>
|
||||
<th class="text-center">{{'FORUMS.FIELDS.TOPICS' | translate}}</th>
|
||||
<th class="text-center">{{'FORUMS.FIELDS.REPLIES' | translate}}</th>
|
||||
<th class="text-center">{{'FORUMS.FIELDS.LAST_REPLY' | translate}}</th>
|
||||
<th class="text-center xs-hide sm-hide">{{'FORUMS.FIELDS.LAST_REPLY' | translate}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -62,7 +62,7 @@
|
||||
</td>
|
||||
<td class="text-center">{{f.topicCount}}</td>
|
||||
<td class="text-center">{{f.replyCount}}</td>
|
||||
<td class="text-center">
|
||||
<td class="text-center xs-hide sm-hide">
|
||||
<div class="last-reply">
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user