Commit 014cabc90d3da127780da1f2064efc15a82f4904

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

fix small style

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.9em;
57   -line-height: 1.1;
  56 +font-size: 0.8em;
  57 +line-height: 1.4;
58 58 font-weight: normal;
59 59 }
60 60  
... ...
src/web/static/css/survey.css
... ... @@ -155,6 +155,10 @@ background: white;
155 155 float: right;
156 156 }
157 157  
  158 +#panel-controls legend {
  159 +font-weight: bold;
  160 +}
  161 +
158 162 #next-button {
159 163 text-align: center;
160 164 position: absolute;
... ...