mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improved posts UI
This commit is contained in:
parent
693b1fa26c
commit
476f1b24a7
@ -3,3 +3,7 @@
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.box-group-posts .second-user-area {
|
||||
display: none;
|
||||
}
|
9
assets/css/pages/userPage/posts.css
Normal file
9
assets/css/pages/userPage/posts.css
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* User posts stylesheet
|
||||
*
|
||||
* @author Pierre HUBERT
|
||||
*/
|
||||
|
||||
.box-user-posts .second-user-area {
|
||||
display: none;
|
||||
}
|
@ -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({
|
||||
|
@ -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({
|
||||
|
@ -207,6 +207,7 @@ class Dev {
|
||||
"css/pages/userPage/main.css",
|
||||
"css/pages/userPage/accessForbidden.css",
|
||||
"css/pages/userPage/profileInfos.css",
|
||||
"css/pages/userPage/posts.css",
|
||||
|
||||
//Post page
|
||||
"css/pages/postPage/main.css",
|
||||
|
Loading…
Reference in New Issue
Block a user