Minor UI improvements.

This commit is contained in:
Paulo Reis
2016-06-21 14:20:23 +01:00
parent e607de0b91
commit ed659fd973
2 changed files with 6 additions and 7 deletions
@@ -123,6 +123,7 @@ div.full-size.pdf(ng-controller="PdfController")
a.card-hint-feedback-positive(
ng-click="feedbackSent = true;"
) #{translate("answer_yes")}
span  / 
a.card-hint-feedback-negative(
ng-click="feedbackSent = true;"
) #{translate("answer_no")}
@@ -214,11 +214,12 @@
&-feedback-label {
color: @gray-dark;
font-size: 0.9rem;
margin-bottom: 30px;
margin-bottom: 20px;
}
&-feedback-label {
font-size: inherit;
margin-right: 0.5em;
margin-bottom: 0;
font-weight: normal;
}
@@ -242,13 +243,10 @@
color: @alert-info-text;
}
}
&-feedback {
float: right;
a {
margin-left: 0.5em;
}
&-feedback {
color: @gray-dark;
float: right;
}
& + p {