diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index bc6078824b..f526651f6f 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 0000000000..306f1313de --- /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 30e1dffda5..87d6f151d3 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') %>
- -
- - --