]> git.openstreetmap.org Git - rails.git/commitdiff
Remove custom css from "Load Data" button
authorAnton Khorev <tony29@yandex.ru>
Sun, 26 May 2024 01:51:42 +0000 (04:51 +0300)
committerAnton Khorev <tony29@yandex.ru>
Sun, 26 May 2024 01:51:42 +0000 (04:51 +0300)
app/assets/javascripts/index/browse.js
app/assets/stylesheets/common.scss

index 69d625ecab5420ca85f83bcb1a2a0895ef5ec44e..7a761b50036dd30d02c1ec2d2fd0ca16f6b660d0 100644 (file)
@@ -58,7 +58,7 @@ OSM.initializeBrowse = function (map) {
               .click(cancel))),
         $("<p class='alert alert-warning'>")
           .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"))
           .click(add)));
   }
index c3f2b36adc361a320f7618664c5d39644cb75c36..701b6cb5e400c81b54dcd7020427d810d71ff452 100644 (file)
@@ -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 {