Kévin Tessier před 5 roky
rodič
revize
d79907daad

+ 1 - 1
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}
+{"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}

+ 1 - 1
logs/popularity/monthly.json

@@ -1 +1 @@
-{"07-2018":1291}
+{"07-2018":1302}

+ 1 - 1
logs/popularity/totals.json

@@ -1 +1 @@
-{"\/":1291}
+{"\/":1302}

+ 1 - 1
logs/popularity/visitors.json

@@ -1 +1 @@
-{"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610035,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635}
+{"79c47964f1cd8a7f86f7fb4e1c1ac6bdb2551b4b":1532610322,"4b84b15bff6ee5796152495a230e45e3d7e947d9":1530699635}

+ 5 - 5
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,