Merge remote-tracking branch 'upstream/pull/4835'
This commit is contained in:
commit
d8332d0572
2 changed files with 1 additions and 11 deletions
|
@ -58,7 +58,7 @@ OSM.initializeBrowse = function (map) {
|
||||||
.click(cancel))),
|
.click(cancel))),
|
||||||
$("<p class='alert alert-warning'>")
|
$("<p class='alert alert-warning'>")
|
||||||
.text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit })),
|
.text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit })),
|
||||||
$("<input type='submit' class='btn btn-primary'>")
|
$("<input type='submit' class='btn btn-primary d-block mx-auto'>")
|
||||||
.val(I18n.t("browse.start_rjs.load_data"))
|
.val(I18n.t("browse.start_rjs.load_data"))
|
||||||
.click(add)));
|
.click(add)));
|
||||||
}
|
}
|
||||||
|
|
|
@ -489,16 +489,6 @@ body.small-nav {
|
||||||
|
|
||||||
.donate-attr { color: darken($green, 10%) !important; }
|
.donate-attr { color: darken($green, 10%) !important; }
|
||||||
|
|
||||||
/* Rules for the sidebar */
|
|
||||||
|
|
||||||
#browse_status {
|
|
||||||
input {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Temporary label size override until we remove site-wide font customisation */
|
/* Temporary label size override until we remove site-wide font customisation */
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue