diff --git a/less/users.less b/less/users.less index 1aaceec..62aca64 100644 --- a/less/users.less +++ b/less/users.less @@ -30,6 +30,11 @@ .users-container { padding: 0; + list-style-type: none; + + li { + padding-bottom: 10px; + } .users-box{ display: inline-block; @@ -61,4 +66,12 @@ display: inline-block; } } + + .user-img { + border-radius: 50%; + width: 20px; + height: 20px; + vertical-align: middle; + } + } \ No newline at end of file diff --git a/package.json b/package.json index 83b6f25..692ef4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "1.0.5", + "version": "1.0.7", "nbbpm": { "compatibility": "^0.7.1" }, diff --git a/templates/account/posts.tpl b/templates/account/posts.tpl index 6b22f27..e5d12a6 100644 --- a/templates/account/posts.tpl +++ b/templates/account/posts.tpl @@ -4,7 +4,7 @@
-
[[user:has_no_posts]]
+
[[user:has_no_posts]]
diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 26999fd..e109cd4 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -154,7 +154,7 @@
- [[user:has_no_posts]] +
[[user:has_no_posts]]
diff --git a/templates/users.tpl b/templates/users.tpl index 2155cae..f71ab29 100644 --- a/templates/users.tpl +++ b/templates/users.tpl @@ -5,6 +5,7 @@
  • [[users:latest_users]]
  • [[users:top_posters]]
  • [[users:most_reputation]]
  • +
  • [[users:map]]
  • [[users:search]]
  • diff --git a/templates/usersMap.tpl b/templates/usersMap.tpl new file mode 100644 index 0000000..eab93e0 --- /dev/null +++ b/templates/usersMap.tpl @@ -0,0 +1,34 @@ +