mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Improved posts UI
This commit is contained in:
		@@ -3,3 +3,7 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * @author Pierre HUBERT
 | 
					 * @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({
 | 
							var postsBody = createElem2({
 | 
				
			||||||
			appendTo: target,
 | 
								appendTo: target,
 | 
				
			||||||
			type: "div",
 | 
								type: "div",
 | 
				
			||||||
			class: "box box-primary"
 | 
								class: "box box-primary box-group-posts"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		var postsBody = createElem2({
 | 
							var postsBody = createElem2({
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -33,7 +33,7 @@ ComunicWeb.pages.userPage.posts = {
 | 
				
			|||||||
		var postsBlock = createElem2({
 | 
							var postsBlock = createElem2({
 | 
				
			||||||
			appendTo: target,
 | 
								appendTo: target,
 | 
				
			||||||
			type: "div",
 | 
								type: "div",
 | 
				
			||||||
			class: "box box-primary"
 | 
								class: "box box-primary box-user-posts"
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		var postsBody = createElem2({
 | 
							var postsBody = createElem2({
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -207,6 +207,7 @@ class Dev {
 | 
				
			|||||||
			"css/pages/userPage/main.css",
 | 
								"css/pages/userPage/main.css",
 | 
				
			||||||
			"css/pages/userPage/accessForbidden.css",
 | 
								"css/pages/userPage/accessForbidden.css",
 | 
				
			||||||
			"css/pages/userPage/profileInfos.css",
 | 
								"css/pages/userPage/profileInfos.css",
 | 
				
			||||||
 | 
								"css/pages/userPage/posts.css",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			//Post page
 | 
								//Post page
 | 
				
			||||||
			"css/pages/postPage/main.css",
 | 
								"css/pages/postPage/main.css",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user