Fix css change

Somehow the changes weren’t picked up right.
This commit is contained in:
mattbk
2015-11-07 13:03:28 -06:00
parent 2259b1b53f
commit 8a17b8fb33
9 changed files with 26 additions and 9 deletions

6
views/change.html.twig Normal file → Executable file
View File

@ -2,15 +2,19 @@
{% block content %}
<header class="page-header">
<h1>Change blindness test (step {{ step_count }} of 3)</h1>
<h1>Change blindness test (step {{ step_count }} of {{ step_total }})</h1>
</header>
<div id="placeholder" class="well">
<p>Please wait while the images are loaded.</p>
</div>
<div id="outside">
<!-- This hidden image keeps the div open and the right size, even when #rotator is hidden in change.js. -->
<img src="{{ imageWithElement}}" style="visibility:hidden; position:relative;">
<div id="rotator" class="hide">
<img src="{{ imageWithElement}}">
<img src="{{ imageWithoutElement}}">
</div>
</div>
<form method="post" action="" name="changeform" id="changeform">
<input type="hidden" name="xcoordinate" id="xcoordinate" value="0">
<input type="hidden" name="ycoordinate" id="ycoordinate" value="0">