diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-13 16:21:24 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-09-13 16:21:24 +0200 |
commit | cd1a9650099822c94905542f9fd1220afc05c639 (patch) | |
tree | e4585989d3c7990509c7696f88e174d8c1d70e5a /chimere | |
parent | ba21ff74101f38b5413afe0330a9f96368029af5 (diff) | |
download | Chimère-cd1a9650099822c94905542f9fd1220afc05c639.tar.bz2 Chimère-cd1a9650099822c94905542f9fd1220afc05c639.zip |
Fix modal welcome
Diffstat (limited to 'chimere')
-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}} |