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