Kévin Tessier 5 lat temu
rodzic
commit
675c5b5082

+ 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":288}
+{"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":290,"27-07-2018":21}

+ 1 - 1
logs/popularity/monthly.json

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

+ 1 - 1
logs/popularity/totals.json

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

+ 1 - 1
logs/popularity/visitors.json

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

Plik diff jest za duży
+ 1 - 1
user/themes/r2c/css-compiled/template.css


Plik diff jest za duży
+ 0 - 0
user/themes/r2c/css-compiled/template.min.css


+ 2 - 2
user/themes/r2c/scss/configuration/_config.scss

@@ -10,14 +10,14 @@
 // $fbold
 
 // header
-$heightH: calc(25px + 2.5px);
+$heightH: (25px);
 
 // taille & position blocs
 
 // height
 $H100: 100%;
 $H50: calc(#{$H100} / 2);
-$H50-25: calc(#{$H100} / 2 - #{$heightH});
+$H50-25: calc(#{$H100} / 2 + #{$heightH});
 // width
 $W100: 100%;
 $W33: calc(#{$W100} / 3);

+ 1 - 5
user/themes/r2c/scss/template/_section.scss

@@ -33,14 +33,13 @@ body{
     .bottom{
       position: absolute;
       height: auto;
+      top: $H50-25;
       bottom: 0;
     }
     .blocs{
       overflow-y: auto;
-      // position: fixed;
       margin: 5px;
       width: $W33;
-      // height: $H50-25;
       &:nth-child(1){
         background: red;
       }
@@ -50,13 +49,10 @@ body{
       }
       &:nth-child(3){
         background: green;
-        // left: $L66;
-        // right: 0;
       }
     }
     .bottom{
       .blocs{
-        // display: none;
       }
     }
   }

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików