File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -1031,6 +1031,9 @@ ul.pagination {
1031
1031
}
1032
1032
}
1033
1033
1034
+ .people-page .pagination {
1035
+ justify-content : center ;
1036
+ }
1034
1037
1035
1038
// User grid
1036
1039
.user-grid {
Original file line number Diff line number Diff line change 12
12
@if(result.params.isFiltered || result.nonEmpty) {
13
13
@helper.form(action = searchAction, 'role -> "form") {
14
14
@views.html.common.search.searchBar(result.params, tips = false)
15
-
16
- < ul class ="user-grid ">
17
- @result.page.map { case (user, hit) =>
15
+ < div class =" people-page " >
16
+ < ul class ="user-grid ">
17
+ @result.page.map { case (user, hit) =>
18
18
< li class ="user-grid-item user-info ">
19
19
< div class ="user-info-details ">
20
20
< a href ="@controllers.portal.social.routes.Social.userProfile(user.id) " class ="gravitar img-container ">
@@ -37,9 +37,10 @@ <h3><a class="name" href="@controllers.portal.social.routes.Social.userProfile(u
37
37
}
38
38
</ div >
39
39
</ li >
40
- }
41
- </ ul >
42
- @common.pagination(result.page)
40
+ }
41
+ </ ul >
42
+ @common.pagination(result.page)
43
+ </ div >
43
44
}
44
45
}
45
46
}
You can’t perform that action at this time.
0 commit comments