mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Remove CSS hack.
This commit is contained in:
parent
73fdf443fd
commit
7acbd63d92
3 changed files with 4 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
||||||
expandExcerpts=expandExcerpts
|
expandExcerpts=expandExcerpts
|
||||||
bulkSelectEnabled=bulkSelectEnabled
|
bulkSelectEnabled=bulkSelectEnabled
|
||||||
canBulkSelect=canBulkSelect
|
canBulkSelect=canBulkSelect
|
||||||
selected=selected}}
|
selected=selected
|
||||||
|
skipHeader=skipHeader}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#unless loadingMore}}
|
{{#unless loadingMore}}
|
||||||
<div class='alert alert-info'>
|
<div class='alert alert-info'>
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
canBulkSelect=canBulkSelect
|
canBulkSelect=canBulkSelect
|
||||||
bulkSelectEnabled=bulkSelectEnabled
|
bulkSelectEnabled=bulkSelectEnabled
|
||||||
selected=selected
|
selected=selected
|
||||||
postsAction="showTopicEntrance"}}
|
postsAction="showTopicEntrance"
|
||||||
|
skipHeader=true}}
|
||||||
|
|
||||||
{{conditional-loading-spinner condition=model.loadingMore}}
|
{{conditional-loading-spinner condition=model.loadingMore}}
|
||||||
{{/load-more}}
|
{{/load-more}}
|
||||||
|
|
|
@ -669,16 +669,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.user-right .group-notification-menu {
|
.user-right .group-notification-menu {
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.user-right.messages .topic-list {
|
|
||||||
thead, th.views, td.views {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.user-main .nav-stacked {
|
.user-main .nav-stacked {
|
||||||
&.activity-list {
|
&.activity-list {
|
||||||
|
|
Loading…
Reference in a new issue