FIX: Remove CSS hack.

This commit is contained in:
Guo Xiang Tan 2016-09-22 17:39:20 +08:00
parent 73fdf443fd
commit 7acbd63d92
3 changed files with 4 additions and 8 deletions

View file

@ -7,7 +7,8 @@
expandExcerpts=expandExcerpts
bulkSelectEnabled=bulkSelectEnabled
canBulkSelect=canBulkSelect
selected=selected}}
selected=selected
skipHeader=skipHeader}}
{{else}}
{{#unless loadingMore}}
<div class='alert alert-info'>

View file

@ -6,7 +6,8 @@
canBulkSelect=canBulkSelect
bulkSelectEnabled=bulkSelectEnabled
selected=selected
postsAction="showTopicEntrance"}}
postsAction="showTopicEntrance"
skipHeader=true}}
{{conditional-loading-spinner condition=model.loadingMore}}
{{/load-more}}

View file

@ -669,16 +669,10 @@
}
}
.user-right .group-notification-menu {
float: right;
margin-bottom: 5px;
}
.user-right.messages .topic-list {
thead, th.views, td.views {
display: none;
}
}
.user-main .nav-stacked {
&.activity-list {