Improved posts UI

This commit is contained in:
Pierre HUBERT
2018-07-20 14:27:49 +02:00
parent 693b1fa26c
commit 476f1b24a7
5 changed files with 17 additions and 3 deletions

View File

@ -37,7 +37,7 @@ ComunicWeb.pages.groups.sections.posts = {
var postsBody = createElem2({
appendTo: target,
type: "div",
class: "box box-primary"
class: "box box-primary box-group-posts"
});
var postsBody = createElem2({

View File

@ -33,7 +33,7 @@ ComunicWeb.pages.userPage.posts = {
var postsBlock = createElem2({
appendTo: target,
type: "div",
class: "box box-primary"
class: "box box-primary box-user-posts"
});
var postsBody = createElem2({