Change map container name to remove ofn- which refers to icon font styling

This commit is contained in:
summerscope
2014-06-12 11:34:01 +10:00
parent 82da4d3911
commit 860360d81e
2 changed files with 2 additions and 2 deletions

View File

@@ -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%

View File

@@ -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",