$("<h2>")
.text(I18n.t("browse.start_rjs.load_data"))),
$("<div>").append(
- $("<button type='button' class='btn-close mt-1'>")
+ $("<button type='button' class='btn-close'>")
.click(cancel))),
$("<div>").append(
$("<p class='alert alert-warning'></p>")
}
var turnByTurnTable = $("<table class='mb-3'>");
- var directionsCloseButton = $("<button type='button' class='btn-close mt-1'>");
+ var directionsCloseButton = $("<button type='button' class='btn-close'>");
$("#sidebar_content")
.empty()
.append($("<h4>")
.text(I18n.t(paneTitle))))
.append($("<div>")
- .append($("<button type='button' class='btn-close mt-1'>")
+ .append($("<button type='button' class='btn-close'>")
.attr("aria-label", I18n.t("javascripts.close"))
.bind("click", toggle)));
<h2><%= title %></h2>
</div>
<div>
- <a class="geolink d-block btn-close mt-1" href="<%= root_path %>"></a>
+ <a class="geolink d-block btn-close" href="<%= root_path %>"></a>
</div>
</div>