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