Commit 8ebda9b8bd5609687b7da4bc44c2d25b9ca2b058

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

Tassia is drunks. day trip.

src/web/static/css/survey.css
... ... @@ -158,7 +158,7 @@ cursor: pointer;
158 158 position: relative;
159 159 width: 170px;
160 160 padding: 5px;
161   -margin: 5px 60px 5px 5px;
  161 +margin: 5px;
162 162 border-radius: 5px;
163 163 border: 1px solid #888a85;
164 164 box-shadow: 0 1px 4px gray inset;
... ... @@ -178,8 +178,8 @@ font-weight: bold;
178 178 #next-button {
179 179 text-align: center;
180 180 position: absolute;
181   -top: 230px;
182   -right: 25px;
  181 +top: 120px;
  182 +right: 70px;
183 183 width: 80px;
184 184 height: 20px;
185 185 float: right;
... ... @@ -197,8 +197,6 @@ height: 20px;
197 197 z-index: 3;
198 198 }
199 199  
200   -
201   -
202 200 /*
203 201 * Package Box
204 202 */
... ...
src/web/templates/survey.html
... ... @@ -103,7 +103,7 @@ $for pkg in pkg_details:
103 103 <div class="content-pkg">
104 104 <ul>
105 105 <li><b>Description</b>:
106   - <pre>$:pkg['long_description']</pre></li>
  106 + <br />$:pkg['long_description']</li>
107 107 $if pkg['homepage']:
108 108 <li><b>Homepage</b>: $pkg['homepage']</li>
109 109 $if pkg['task']:
... ...