Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncloud22 committed Apr 2, 2021
2 parents 636c34c + f21f786 commit f7c4864
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions form.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ <h1>AGGIUNGI UN'ATTIVITÀ<span> AGENDA 2030 <br> * campo obbligatorio </span></h

<button type="button" style="margin-bottom: 20px" class="button" onclick="geolocate();">Cerca</button>

<div style="float: right">
<i>Source: <a href=https://www.openstreetmap.org/copyright >OpenStreetMaps</a> </i>
<div class="openStreetMapsLink">
<i>Source: <a href="https://www.openstreetmap.org/copyright">OpenStreetMaps</a> </i>
</div>

<label> Seleziona l'indirizzo tra le alternative * </label>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div style="text-align: center;"> <a class="previewText" href="description.html" target="_blank"> Scopri di più</a></div>
<br>
<!-- bottone di chiusura del popup -->
<button type = "button" class="button" onclick="chiudiPopup()" > VAI ALLA MAPPA </button>
<button type = "button" class="button" onclick="chiudiPopup()" > Vai alla mappa </button>
</div>
</div>
<script type="text/javascript" src="popup.js"></script>
Expand Down
21 changes: 19 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ body {
text-align: right;
}

.openStreetMapsLink {
float: right;
margin-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
.button {
font-size: 14px;
Expand All @@ -252,13 +257,25 @@ body {
}
.overlay {
top: 100%;
-ms-transform: translate(-50%, -250%);
transform: translate(-50%, -250%);
-ms-transform: translate(-50%, -275%);
transform: translate(-50%, -275%);
}
.section {
margin-left: 15px;
}
.openStreetMapsLink {
font-size: 12px;
}
.previewText {
font-size: 12px;
}
.form-style-10 .section {
font-size: 12px;
}
.form-style-10 h1 {
font-size: 14px;
}
.form-style-10 label {
font-size: 12px;
}
}

0 comments on commit f7c4864

Please sign in to comment.