From 21a48609c21819ef930f9bd2bfb3326726aeec75 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Wed, 25 Sep 2019 20:19:01 +0200 Subject: [PATCH] Social network theme minor changes --- bl-themes/social-network/css/style.css | 4 ++ bl-themes/social-network/index.php | 31 +++++++++--- bl-themes/social-network/php/home.php | 68 ++++++++++++++++++++++---- 3 files changed, 85 insertions(+), 18 deletions(-) diff --git a/bl-themes/social-network/css/style.css b/bl-themes/social-network/css/style.css index 41b65b72..6ceb4a2b 100755 --- a/bl-themes/social-network/css/style.css +++ b/bl-themes/social-network/css/style.css @@ -85,6 +85,10 @@ blockquote { height: 64px; } +#jsloadMorePosts { + cursor: pointer; +} + /* Image Gallery */ .image-gallery img { width: 120px; diff --git a/bl-themes/social-network/index.php b/bl-themes/social-network/index.php index 4a7c2ea3..b9b95432 100755 --- a/bl-themes/social-network/index.php +++ b/bl-themes/social-network/index.php @@ -34,6 +34,11 @@ + + diff --git a/bl-themes/social-network/php/home.php b/bl-themes/social-network/php/home.php index da772f5a..b4f256da 100644 --- a/bl-themes/social-network/php/home.php +++ b/bl-themes/social-network/php/home.php @@ -30,27 +30,72 @@ @@ -187,3 +229,9 @@ document.getElementById("jspostButton").onclick = function(event) { + +
+
+

Load more posts

+
+
\ No newline at end of file