Merge branch 'master' of git.lattuga.net:campiaperti/viz_produttori
This commit is contained in:
commit
2e80585193
2 changed files with 11 additions and 1 deletions
|
@ -135,7 +135,8 @@
|
||||||
|
|
||||||
function url_mercato() {
|
function url_mercato() {
|
||||||
var url = window.location.href;
|
var url = window.location.href;
|
||||||
url = url.replace("http://0.0.0.0:8000/#", "")
|
var origin = window.location.origin;
|
||||||
|
url = url.replace(origin+'/#', '');
|
||||||
//console.log(url);
|
//console.log(url);
|
||||||
$("#search").attr("value", url);
|
$("#search").attr("value", url);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
|
@ -85,6 +85,7 @@ section.page-body {
|
||||||
height: 8em;
|
height: 8em;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
margin-left: 40%;
|
margin-left: 40%;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.descrizione {
|
.descrizione {
|
||||||
|
@ -181,6 +182,14 @@ header.page-header.scartati {
|
||||||
background-color: grey;
|
background-color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* no print */
|
||||||
|
body .noprint button,
|
||||||
|
body > center > h2,
|
||||||
|
body > p,
|
||||||
|
#ingressi, #aziende, #scartati {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
hide {
|
hide {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|
Loading…
Reference in a new issue