From: Anton Khorev Date: Sun, 26 May 2024 01:51:42 +0000 (+0300) Subject: Remove custom css from "Load Data" button X-Git-Tag: live~542^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/bdac47c52ed9fe2109b5eb5640057d174a5a38d4 Remove custom css from "Load Data" button --- diff --git a/app/assets/javascripts/index/browse.js b/app/assets/javascripts/index/browse.js index 69d625eca..7a761b500 100644 --- a/app/assets/javascripts/index/browse.js +++ b/app/assets/javascripts/index/browse.js @@ -58,7 +58,7 @@ OSM.initializeBrowse = function (map) { .click(cancel))), $("

") .text(I18n.t("browse.start_rjs.feature_warning", { num_features: count, max_features: limit })), - $("") + $("") .val(I18n.t("browse.start_rjs.load_data")) .click(add))); } diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c3f2b36ad..701b6cb5e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -489,16 +489,6 @@ body.small-nav { .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 */ form {