Skip to content

Commit

Permalink
Merge pull request #1080 from Alex-D/hotfix_issue_1066
Browse files Browse the repository at this point in the history
Change la taille des modales
  • Loading branch information
Eskimon committed Jul 7, 2014
2 parents da76d81 + 276dd71 commit 3fe1270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/tutorial/tutorial/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
{% block headline %}
<h1 {% if tutorial.image %}class="illu"{% endif %}>
{% if tutorial.image %}
<img src="{{ tutorial.image.physical.tutorial_illu.url }}" alt="" />
<img src="{{ tutorial.image.physical.tutorial_illu.url }}" alt="">
{% endif %}
{{ tutorial.title }} - {{ tutorial.image }}
{{ tutorial.title }}
</h1>

{% if tutorial.description %}
Expand Down Expand Up @@ -242,7 +242,7 @@ <h2>
<a href="#ask-validation" class="open-modal ico-after tick green">
Demander la validation
</a>
<div id="ask-validation" class="modal modal-small">
<div id="ask-validation" class="modal modal-medium">
{% crispy formAskValidation %}
</div>
</li>
Expand Down Expand Up @@ -304,7 +304,7 @@ <h3>Validation</h3>
</li>
<li>
<a href="#valid-publish" class="open-modal ico-after tick green">Valider et publier</a>
<div class="modal modal-small" id="valid-publish">
<div class="modal modal-big" id="valid-publish">
{% crispy formValid %}
</div>
</li>
Expand Down

0 comments on commit 3fe1270

Please sign in to comment.