Commit b577645c4479f41e58a0b41a77aa07afadb44e74

Authored by Valessio Soares de Brito
1 parent 8ebda9b8
Exists in master and in 1 other branch add_vagrant

Tassia don't drink in day trip.. sorry.. she not drunk.

src/web/static/css/survey.css
... ... @@ -178,7 +178,7 @@ font-weight: bold;
178 178 #next-button {
179 179 text-align: center;
180 180 position: absolute;
181   -top: 120px;
  181 +top: 90px;
182 182 right: 70px;
183 183 width: 80px;
184 184 height: 20px;
... ...
src/web/templates/survey.html
... ... @@ -75,7 +75,7 @@ $for pkg in pkg_details:
75 75 <br style="clear: both;" />
76 76 <div id="panel-controls" class="glass">
77 77 <fieldset>
78   - <legend>How do you evaluate this recommendation?</legend>
  78 + <legend>How do you evaluate this<br> recommendation?</legend>
79 79 <label class="radioButton">
80 80 <input class="radio" type="radio" name="evaluation-$pkg_details.index(pkg)" value="surprising" />
81 81 Pleasantly surprising
... ...