Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions map.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<option
value="lab-software"
map-street-name="Via Is Maglias, 433, Universit&agrave; degli Studi di Cagliari - Facolt&agrave; di Ingegneria e Architettura"
map-help="<h3>Laboratorio Software</h3>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-help="<h4>Laboratorio Software</h4>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-latLng="39.229686, 9.107726"
map-marker="39.230084, 9.107868"
map-marker-image="src/images/univ.png"
Expand All @@ -30,7 +30,7 @@
<option
value="lab-multifunzionale"
map-street-name="Via Is Maglias, 433, Università degli Studi di Cagliari - Facoltà di Ingegneria e Architettura"
map-help="<h3>Laboratorio Multifunzionale</h3>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-help="<h4>Laboratorio Multifunzionale</h4>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-latLng="39.229686, 9.107726"
map-marker="39.230084, 9.107868"
map-marker-image="src/images/univ.png"
Expand All @@ -41,7 +41,7 @@
<option
value="lab-grafica"
map-street-name="Via Santa Croce, 67"
map-help="<h3>Lab. Grafica</h3>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-help="<h4>Lab. Grafica</h4>Clicca sul berretto universitario per accedere alla planimetria dell'edificio."
map-latLng="39.219293, 9.114814"
map-marker="39.219297, 9.115063"
map-marker-image="src/images/univ.png"
Expand Down
25 changes: 6 additions & 19 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,17 @@ img.poly-info {
width: 100%;
}

.alert {
z-index: 999;
margin-top: 200px;
margin-left: 980px;
position: absolute;
}

.info-icon {
font-size: 13pt;
font-weight: bold;
min-height: 30px;
min-width: 290px;
}

.info-marker {
font-size: 13pt;
font-size: 9pt;
font-weight: bold;
min-height: 60px;
min-width: 460px;
min-height: 40px;
max-width: 200px;
}

.info-window {
font-size: 13pt;
min-height: 120px;
font-size: 11pt;
min-height: 90px;
max-width: 250px;
}

.map-canvas {
Expand Down
Binary file added src/images/laboratory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/letter_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/letter_p.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/university_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/university_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading