mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-05 11:41:01 +01:00
feat(forum): topic title in list css
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user