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
2 changes: 1 addition & 1 deletion mapApp/static/mapApp/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ body h1{
/* Mobile info popup on mobile phones */
.tip-msg{
position: absolute;
top: 60px;
top: 80px;
left: 0px;
right: 0px;
height: 23px;
Expand Down
6 changes: 3 additions & 3 deletions mapApp/templates/mapApp/util/draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
});


function desktopDrawing() {
function desktopDrawing() {

/* DRAWING CONTROL TOOLTIPS */
/* DRAWING CONTROL TOOLTIPS */
L.drawLocal.draw.toolbar.actions.title = "{% trans 'Cancel drawing' %}";
L.drawLocal.draw.toolbar.actions.text = "{% trans 'Cancel' %}";

Expand Down Expand Up @@ -246,7 +246,7 @@

<!-- Mobile tooltip to explain the double tapping -->
{% if request.user_agent.is_mobile %}
<div class="tip-msg alert-info alert-dismissable">
<div class="tip-msg alert-info alert-dismissible">
<div class="close">&times;</div>
<center>{% trans "Double tap a location to submit a report" %}</center>
</div>
Expand Down