From 69eb544e2dcefaf7559fdd0d7ab3dea7ef682542 Mon Sep 17 00:00:00 2001 From: Natalie Date: Fri, 13 Dec 2019 13:01:06 -0500 Subject: [PATCH] cleaned up styling of location form --- app/assets/stylesheets/application.css | 1 + app/assets/stylesheets/location.css | 16 ++++++++ app/views/editor/rich.html.erb | 55 ++++++++++++-------------- 3 files changed, 42 insertions(+), 30 deletions(-) create mode 100644 app/assets/stylesheets/location.css diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index bc6078824b2..f526651f6f4 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -35,4 +35,5 @@ *= require jquery-confirm/css/jquery-confirm.css *= require jquery.atwho *= require profile + *= require location */ diff --git a/app/assets/stylesheets/location.css b/app/assets/stylesheets/location.css new file mode 100644 index 00000000000..306f1313de2 --- /dev/null +++ b/app/assets/stylesheets/location.css @@ -0,0 +1,16 @@ +.leaflet-marker-icon { + background: url("https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-black.png") ; +} + +#map_content p { + margin: 0; +} +#map_content label { + margin-bottom: .2rem; +} +#map_content .form-group { + margin-bottom: 1.4rem; +} +#map_content .form-group .btn { + margin-top: .4rem; +} \ No newline at end of file diff --git a/app/views/editor/rich.html.erb b/app/views/editor/rich.html.erb index a20bcacf4ad..09a3aec6528 100644 --- a/app/views/editor/rich.html.erb +++ b/app/views/editor/rich.html.erb @@ -21,9 +21,7 @@ <%= javascript_include_tag('/lib/leaflet-spin/example/leaflet.spin.min.js') %>