Commit 014cabc90d3da127780da1f2064efc15a82f4904
1 parent
ae99317d
Exists in
master
and in
1 other branch
fix small style
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
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.9em; | ||
57 | -line-height: 1.1; | 56 | +font-size: 0.8em; |
57 | +line-height: 1.4; | ||
58 | font-weight: normal; | 58 | font-weight: normal; |
59 | } | 59 | } |
60 | 60 |
src/web/static/css/survey.css
@@ -155,6 +155,10 @@ background: white; | @@ -155,6 +155,10 @@ background: white; | ||
155 | float: right; | 155 | float: right; |
156 | } | 156 | } |
157 | 157 | ||
158 | +#panel-controls legend { | ||
159 | +font-weight: bold; | ||
160 | +} | ||
161 | + | ||
158 | #next-button { | 162 | #next-button { |
159 | text-align: center; | 163 | text-align: center; |
160 | position: absolute; | 164 | position: absolute; |