diff options
| -rw-r--r-- | chimere/static/chimere/css/styles.css | 2 | ||||
| -rw-r--r-- | chimere/templates/blocks/bootstrap-modal.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index f169a51..4343ce5 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -59,7 +59,7 @@ h2, h3, fieldset, .action li, #content, #layer_selection #layer_list, #map-footer, #panel, #chimere_itinerary_panel, #areas, -#welcome, #detail, .detail_footer a, +#welcome .modal-content, #detail, .detail_footer a, #content .olControlLayerSwitcher .layersDiv, #content .olControlLayerSwitcher span, #chimere_total_label td.l, .window{ diff --git a/chimere/templates/blocks/bootstrap-modal.html b/chimere/templates/blocks/bootstrap-modal.html index a833781..3e8d45e 100644 --- a/chimere/templates/blocks/bootstrap-modal.html +++ b/chimere/templates/blocks/bootstrap-modal.html @@ -3,8 +3,8 @@ <div role="document" class="modal-dialog{% ifequal size 'xlarge'%} modal-xl{% endifequal %}{% ifequal size 'small'%} modal-sm{% endifequal %}{% ifequal size 'large'%} modal-lg{% endifequal %}"> <div class="modal-content"> <div class="modal-header"> - {% if title %}<h5 class="modal-title" id="{{id}}-label">{{title}}</h5>{% endif %} <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> + {% if title %}<h4 class="modal-title" id="{{id}}-label">{{title}}</h4>{% endif %} </div> <div class="modal-body"> {{content}} |
