Merge branch 'master' of git.lattuga.net:campiaperti/viz_produttori

This commit is contained in:
kiki 2020-05-15 16:46:23 +02:00
commit cd0455e433
2 changed files with 18 additions and 14 deletions

View file

@ -79,8 +79,9 @@ section.page-body {
max-width: 50%; max-width: 50%;
padding: 2em; padding: 2em;
} }
.logo { .logo {
background-image: url("../../images/campiapertilogo.png"); background-image: url("/images/campiapertilogo.png");
height: 8em; height: 8em;
width: 100%; width: 100%;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -95,9 +96,9 @@ section.page-body {
font-weight: 600; font-weight: 600;
} }
p.descrive::first-letter { p.descrive:first-letter {
color: gold; color: gold;
font-size: 2.6em; font-size: 2.6em;
} }
.card-header { .card-header {
@ -105,6 +106,9 @@ p.descrive::first-letter {
min-width: 35%; min-width: 35%;
} }
.card-hidden {
}
h1 { h1 {
margin: 1em 0em 0.1em 0em;; margin: 1em 0em 0.1em 0em;;
font-weight: 600; font-weight: 600;

View file

@ -199,7 +199,14 @@ function Aziende(stringexel) {
return " " + d["textarea-491"].replace(/"/g, ""); return " " + d["textarea-491"].replace(/"/g, "");
}); });
header_schede.append("p")
.append("span")
.attr("class", "")
.text("Provenienza mangimi e foraggi qualora non autoprodotti:")
.append("span")
.html(function(d) {
return " " + d["textarea-474"].replace(/"/g, "");
});
/*Parte descrizione, collaborazioni e produzione (forse)*/ /*Parte descrizione, collaborazioni e produzione (forse)*/
@ -227,7 +234,7 @@ function Aziende(stringexel) {
}); });
schede_info.append("p") schede_info.append("p")
.append("span") .attr("class", "card-hidden hide")
.text("Produzioni (in ettari o capi o arnie o zone di raccolta):") .text("Produzioni (in ettari o capi o arnie o zone di raccolta):")
.append("span") .append("span")
.text(function(d) { .text(function(d) {
@ -275,14 +282,7 @@ function Aziende(stringexel) {
Checkbox-841 checkbox-332 checkbox-81 checkbox-552 Checkbox-978 checkbox-57 checkbox-106 Checkbox-841 checkbox-332 checkbox-81 checkbox-552 Checkbox-978 checkbox-57 checkbox-106
*/ */
}); });
schede_info.append("p")
.append("span")
.attr("class", "")
.text("Provenienza mangimi e foraggi qualora non autoprodotti:")
.append("span")
.html(function(d) {
return " " + d["textarea-474"].replace(/"/g, "");
});
/*parte info aggiuntive, alcune da togliere dal csv*/ /*parte info aggiuntive, alcune da togliere dal csv*/
schede_infoprivate.append("p") schede_infoprivate.append("p")