feat(forum): topic title in list css

This commit is contained in:
OldHawk
2017-07-18 14:50:35 +08:00
parent 3050294aab
commit 936de8f73d
2 changed files with 5 additions and 1 deletions

View File

@@ -250,11 +250,15 @@
color: #efefef;
tr {
th {
position: relative;
border: solid 2px @brand-primary;
padding: 13px 10px;
.count-info {
font-size: 12px;
font-weight: normal;
position: absolute;
top: 15px;
right: 10px;
}
}
}

View File

@@ -73,7 +73,7 @@
<th>
<div class="text-long"><span>{{vm.topic.title}}</span></div>
<div class="count-info pull-right xs-hide sm-hide">
<div class="count-info xs-hide sm-hide">
<span>{{'FORUMS.FIELDS.VIEWS' | translate}}: {{vm.topic.viewCount}}</span>,
<span>{{'FORUMS.FIELDS.REPLIES' | translate}}: {{vm.topic.replyCount}}</span>
</div>