responsiveee
This commit is contained in:
parent
eea29d886e
commit
b6cc8a5f49
2 changed files with 20 additions and 0 deletions
|
@ -249,3 +249,12 @@ hide {
|
||||||
/*div.filtered { }*/
|
/*div.filtered { }*/
|
||||||
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
|
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 600px) {
|
||||||
|
.col-sm-12.card.accordion.shuffle-item.filtered {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-body {
|
||||||
|
max-width: 100%;}
|
||||||
|
}
|
||||||
|
|
|
@ -233,6 +233,17 @@ function Aziende(stringexel) {
|
||||||
return " " + d["textarea-627"].replace(/"/g, "")
|
return " " + d["textarea-627"].replace(/"/g, "")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
let datarichiesta = descrizione.append("p")
|
||||||
|
.attr("class", "collabora")
|
||||||
|
collabora.append("div")
|
||||||
|
.attr("class", "uppercase")
|
||||||
|
.text("Data richiesta ingresso:")
|
||||||
|
collabora.append("span")
|
||||||
|
.text(function(d) {
|
||||||
|
var datarichiestaingresso=d["Data"].replace(/"/g, "");
|
||||||
|
return " " + datarichiestaingresso
|
||||||
|
});
|
||||||
|
|
||||||
if (function(d) { return d["textarea-627"] != ''}) {
|
if (function(d) { return d["textarea-627"] != ''}) {
|
||||||
console.log('ciao');
|
console.log('ciao');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue