From 860360d81e7ee4eba5275a4b2f54bae39e68c754 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 12 Jun 2014 11:34:01 +1000 Subject: [PATCH] Change map container name to remove ofn- which refers to icon font styling --- app/assets/stylesheets/darkswarm/map.css.sass | 2 +- app/views/map/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",