Skip to content

Commit

Permalink
[#1169] CSS fix for close button on map pop-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Feb 24, 2015
1 parent 7f2e79e commit d9f7cc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions akvo/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
{% compressed_css 'rsr_v3_style' %}
{% if stylesheet %}<link rel="stylesheet" href="{{MEDIA_URL}}{{stylesheet}}">{% endif %}
<style type="text/css">
/** FIX for Bootstrap and Google Maps Info window styes problem **/
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none;
}
</style>

{% block head %}{% endblock head %}

Expand Down
2 changes: 1 addition & 1 deletion akvo/templates/organisation_main.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>{% trans 'Funding' %}</h2>
</div>
<div class="row">
<div class="col-xs-12 topMargin">
{% primary_location_map organisation '100%' '300px' 'static' %}
{% primary_location_map organisation '100%' '300px' 'dynamic' %}
{# org_map organisation '100%' '300px' 'static' #}
</div>
</div>
Expand Down

0 comments on commit d9f7cc5

Please sign in to comment.