UX: Move total user count
This commit is contained in:
parent
99efd12376
commit
cbe7166d87
|
@ -10,11 +10,10 @@
|
|||
|
||||
{{#conditional-loading-spinner condition=model.loading}}
|
||||
{{#if model.length}}
|
||||
<div class='total-rows'>{{i18n "directory.total_rows" count=model.totalRows}}</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th> </th>
|
||||
<th>{{i18n "directory.total_rows" count=model.totalRows}}</th>
|
||||
{{directory-toggle field="likes_received" order=order asc=asc icon="heart"}}
|
||||
{{directory-toggle field="likes_given" order=order asc=asc icon="heart"}}
|
||||
{{directory-toggle field="topic_count" order=order asc=asc}}
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
.filter-name {
|
||||
float: right;
|
||||
}
|
||||
.total-rows {
|
||||
color: $primary-medium;
|
||||
text-align: right;
|
||||
}
|
||||
.spinner {
|
||||
clear: both;
|
||||
}
|
||||
|
|
|
@ -10,6 +10,11 @@
|
|||
float: left;
|
||||
}
|
||||
|
||||
.total-rows {
|
||||
color: $primary-medium;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.user {
|
||||
border-top: 1px solid $primary-low;
|
||||
padding: 1em;
|
||||
|
|
Loading…
Reference in New Issue