Commit 34e6fce30c41ceb8a3659aef85f51edbdeae5ef1

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

mudando mais coisas

src/web/static/css/style.css
@@ -53,8 +53,8 @@ p { margin-bottom: 5px; } @@ -53,8 +53,8 @@ p { margin-bottom: 5px; }
53 body{ 53 body{
54 background: #b7d2ef; 54 background: #b7d2ef;
55 font-family: Arial, Verdana, sans-serif; 55 font-family: Arial, Verdana, sans-serif;
56 -font-size: 0.8em;  
57 -line-height: 1.4; 56 +font-size: 0.9em;
  57 +line-height: 1.3;
58 font-weight: normal; 58 font-weight: normal;
59 } 59 }
60 60
src/web/static/css/survey.css
@@ -87,9 +87,13 @@ float: left; @@ -87,9 +87,13 @@ float: left;
87 margin: 5px; 87 margin: 5px;
88 } 88 }
89 89
  90 +.content-pkg {
  91 +font-size: 0.8em;
  92 +line-height: 1.4;
  93 +}
  94 +
90 .content-pkg ul li { 95 .content-pkg ul li {
91 margin-bottom: 10px; 96 margin-bottom: 10px;
92 -font-size:  
93 } 97 }
94 98
95 .radioButton, 99 .radioButton,
src/web/templates/survey.html
@@ -96,6 +96,7 @@ $for pkg in pkg_details: @@ -96,6 +96,7 @@ $for pkg in pkg_details:
96 <div class="content-pkg"> 96 <div class="content-pkg">
97 <ul> 97 <ul>
98 <li><b>Description</b>: 98 <li><b>Description</b>:
  99 + <br />$:pkg['long_description']</li>
99 <div class="screenshot"> 100 <div class="screenshot">
100 <a class="link-thumb" rel="facebox" 101 <a class="link-thumb" rel="facebox"
101 href="http://screenshots.debian.net/screenshot/$pkg['package']?.jpg" 102 href="http://screenshots.debian.net/screenshot/$pkg['package']?.jpg"
@@ -103,7 +104,6 @@ $for pkg in pkg_details: @@ -103,7 +104,6 @@ $for pkg in pkg_details:
103 <img src="http://screenshots.debian.net/thumbnail/$pkg['package']" 104 <img src="http://screenshots.debian.net/thumbnail/$pkg['package']"
104 alt="Screenshot $pkg['package']" /></a> 105 alt="Screenshot $pkg['package']" /></a>
105 </div><!-- screenshot --> 106 </div><!-- screenshot -->
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']: