|
@@ -86,7 +86,7 @@ h3 {
|
|
|
|
|
|
.questionBox {
|
|
.questionBox {
|
|
max-width: 640px;
|
|
max-width: 640px;
|
|
- min-height: 5em;
|
|
|
|
|
|
+ min-height: 5.5em;
|
|
margin: 1em auto;
|
|
margin: 1em auto;
|
|
}
|
|
}
|
|
.description {
|
|
.description {
|
|
@@ -202,6 +202,7 @@ h3 {
|
|
.button {
|
|
.button {
|
|
background-color: #500076;
|
|
background-color: #500076;
|
|
color: white;
|
|
color: white;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
.buttonQuestion,
|
|
.buttonQuestion,
|
|
#back_button,
|
|
#back_button,
|
|
@@ -315,6 +316,7 @@ h3 {
|
|
.scale .axis .axis-bar .axis-center,
|
|
.scale .axis .axis-bar .axis-center,
|
|
.scale .axis .axis-bar .axis-right {
|
|
.scale .axis .axis-bar .axis-right {
|
|
font-size: 3.2vmin;
|
|
font-size: 3.2vmin;
|
|
|
|
+ line-height: 5vmin;
|
|
}
|
|
}
|
|
.scale .axis .axis-bar .axis-left span,
|
|
.scale .axis .axis-bar .axis-left span,
|
|
.scale .axis .axis-bar .axis-right span {
|
|
.scale .axis .axis-bar .axis-right span {
|
|
@@ -325,8 +327,6 @@ h3 {
|
|
.scale .axis .axis-bar .axis-left span,
|
|
.scale .axis .axis-bar .axis-left span,
|
|
.scale .axis .axis-bar .axis-center span,
|
|
.scale .axis .axis-bar .axis-center span,
|
|
.scale .axis .axis-bar .axis-right span {
|
|
.scale .axis .axis-bar .axis-right span {
|
|
- line-height: 5vmin;
|
|
|
|
- vertical-align: middle;
|
|
|
|
}
|
|
}
|
|
.scale .axis .axis-bar .axis-left {
|
|
.scale .axis .axis-bar .axis-left {
|
|
text-align: right;
|
|
text-align: right;
|