moved tooltip position a bit down and on top of everything else besides
exclusive notifications
This commit is contained in:
parent
ed72366e69
commit
f2d4f31b8f
@ -25,7 +25,7 @@ OSRM.GUI.extend( {
|
|||||||
tooltips: {
|
tooltips: {
|
||||||
// triggered in OSRM.Localization.setLanguageWrapper
|
// triggered in OSRM.Localization.setLanguageWrapper
|
||||||
localization:
|
localization:
|
||||||
{ timeout: 1800, // 30min
|
{ timeout: 180000, // 30min
|
||||||
header: "Did you know? You can change the display language.",
|
header: "Did you know? You can change the display language.",
|
||||||
body: "You can use the pulldown menu in the upper left corner to select your favorite language. " +
|
body: "You can use the pulldown menu in the upper left corner to select your favorite language. " +
|
||||||
"<br/><br/>" +
|
"<br/><br/>" +
|
||||||
@ -35,7 +35,7 @@ tooltips: {
|
|||||||
},
|
},
|
||||||
// triggered in OSRM.Map.click
|
// triggered in OSRM.Map.click
|
||||||
clicking:
|
clicking:
|
||||||
{ timeout: 600, // 1min
|
{ timeout: 60000, // 1min
|
||||||
header: "Did you know? You can click on the map to set route markers.",
|
header: "Did you know? You can click on the map to set route markers.",
|
||||||
body: "You can click on the map with the left mouse button to set a source marker (green) or a target marker (red), " +
|
body: "You can click on the map with the left mouse button to set a source marker (green) or a target marker (red), " +
|
||||||
"if the source marker already exists. " +
|
"if the source marker already exists. " +
|
||||||
@ -45,7 +45,7 @@ tooltips: {
|
|||||||
},
|
},
|
||||||
// triggered in OSRM.Routing.getRoute_Dragging
|
// triggered in OSRM.Routing.getRoute_Dragging
|
||||||
dragging:
|
dragging:
|
||||||
{ timeout: 1200, // 2min
|
{ timeout: 120000, // 2min
|
||||||
header: "Did you know? You can drag each route marker on the map.",
|
header: "Did you know? You can drag each route marker on the map.",
|
||||||
body: "You can drag a marker by clicking on it with the left mouse button and holding the button pressed. " +
|
body: "You can drag a marker by clicking on it with the left mouse button and holding the button pressed. " +
|
||||||
"Then you can move the marker around the map and the route will be updated instantaneously. " +
|
"Then you can move the marker around the map and the route will be updated instantaneously. " +
|
||||||
|
@ -459,9 +459,10 @@ html, body {
|
|||||||
{
|
{
|
||||||
width:700px;
|
width:700px;
|
||||||
height:38px;
|
height:38px;
|
||||||
top: 10px;
|
top: 20px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-left:-350px;
|
margin-left:-350px;
|
||||||
|
z-index:98;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#tooltip-notification-content
|
#tooltip-notification-content
|
||||||
|
Loading…
Reference in New Issue
Block a user