From d79907daadf487ad6f2929a40c8359ebc3b1253f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Tessier?= Date: Thu, 26 Jul 2018 15:06:49 +0200 Subject: [PATCH] add margin block --- logs/popularity/daily.json | 2 +- logs/popularity/monthly.json | 2 +- logs/popularity/totals.json | 2 +- logs/popularity/visitors.json | 2 +- user/themes/r2c/js/site.js | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/logs/popularity/daily.json b/logs/popularity/daily.json index 5525ee6..ff6f1af 100644 --- a/logs/popularity/daily.json +++ b/logs/popularity/daily.json @@ -1 +1 @@ -{"02-07-2018":140,"03-07-2018":176,"04-07-2018":10,"11-07-2018":166,"13-07-2018":188,"14-07-2018":111,"17-07-2018":197,"25-07-2018":26,"26-07-2018":277} \ No newline at end of file +{"02-07-2018":140,"03-07-2018":176,"04-07-2018":10,"11-07-2018":166,"13-07-2018":188,"14-07-2018":111,"17-07-2018":197,"25-07-2018":26,"26-07-2018":288} \ No newline at end of file diff --git a/logs/popularity/monthly.json b/logs/popularity/monthly.json index e4213f9..4244a53 100644 --- a/logs/popularity/monthly.json +++ b/logs/popularity/monthly.json @@ -1 +1 @@ -{"07-2018":1291} \ No newline at end of file +{"07-2018":1302} \ No newline at end of file diff --git a/logs/popularity/totals.json b/logs/popularity/totals.json index 85f25f1..0a76f54 100644 --- a/logs/popularity/totals.json +++ b/logs/popularity/totals.json @@ -1 +1 @@ -{"\/":1291} \ No newline at end of file +{"\/":1302} \ No newline at end of file diff --git a/logs/popularity/visitors.json b/logs/popularity/visitors.json index 7e2f71b..e4346a9 100644 --- a/logs/popularity/visitors.json +++ b/logs/popularity/visitors.json @@ -1 +1 @@ -{"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610035,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635} \ No newline at end of file +{"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610322,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635} \ No newline at end of file diff --git a/user/themes/r2c/js/site.js b/user/themes/r2c/js/site.js index 2cdd95a..116e526 100644 --- a/user/themes/r2c/js/site.js +++ b/user/themes/r2c/js/site.js @@ -55,22 +55,22 @@ function drag() { // app dimension $recits.css({ "width": xPos, - "height": yPos, + "height": yPos - 5, }); $itw.css({ "width": Bw2, - "height": yPos, + "height": yPos - 5, }); $img.css({ "width": '33%', - "height": yPos, + "height": yPos - 5, }); $bottom.css({ - "top": yPos2, + "top": yPos2 + 5, }) $links.css({ "width": xPos, - "top": yPos2, + "top": yPos2 + 5, }) $rs.css({ "width": Bw2,