diff --git a/app/assets/stylesheets/darkswarm/map.css.sass b/app/assets/stylesheets/darkswarm/map.css.sass index ba824b3cd0..41b9864d1a 100644 --- a/app/assets/stylesheets/darkswarm/map.css.sass +++ b/app/assets/stylesheets/darkswarm/map.css.sass @@ -1,7 +1,7 @@ // Place all the styles related to the map controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ -.ofn-map-container +.map-container map, .angular-google-map-container, google-map, .angular-google-map display: block height: 100% diff --git a/app/views/map/index.html.haml b/app/views/map/index.html.haml index 45c6a8778c..fc0d487aba 100644 --- a/app/views/map/index.html.haml +++ b/app/views/map/index.html.haml @@ -1,6 +1,6 @@ = inject_json "enterprisesForMap" , "enterprises_for_map", collection: @enterprises -.ofn-map-container{"fill-vertical" => true} +.map-container{"fill-vertical" => true} %map{"ng-controller" => "MapCtrl"} %google-map{center: "map.center", zoom: "map.zoom", styles: "map.styles", draggable: "true"} %markers{models: "OfnMap.enterprises", fit: "true",