Replace gmaps-link by popup with qrcode and links

If you want to use your smartphone for navigation, you can now just scan
the qr-code and (if your scanner-app supports it) directly input the
locations to your navigation-app.
Additionally a link to the location in gapps and OSM will be displayed.
This commit is contained in:
Axel Wagner
2013-02-25 16:21:03 +01:00
parent 633dad97b9
commit 107f4689e9
4 changed files with 18 additions and 3 deletions

View File

@@ -686,6 +686,11 @@ aside {
overflow-x: hidden;
max-height: 600px !important;
max-width: 700px !important;
text-align: center;
}
.ui-dialog a {
color: #0000ca;
}
.ui-dialog-buttonpane {