mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 15:52:26 +00:00
Add textarea for 'other' feedback + styles.
This commit is contained in:
parent
95db6ba934
commit
54eadf3256
2 changed files with 16 additions and 2 deletions
|
@ -178,6 +178,10 @@ div.full-size.pdf(ng-controller="PdfController")
|
||||||
value="other"
|
value="other"
|
||||||
)
|
)
|
||||||
| Other:
|
| Other:
|
||||||
|
textarea.form-control(
|
||||||
|
ng-show="negFeedbackReason === 'other'"
|
||||||
|
rows="2"
|
||||||
|
)
|
||||||
.clearfix
|
.clearfix
|
||||||
button.btn.btn-default.btn-xs.pull-right Submit
|
button.btn.btn-default.btn-xs.pull-right Submit
|
||||||
|
|
||||||
|
|
|
@ -283,14 +283,24 @@
|
||||||
&-extra-feedback {
|
&-extra-feedback {
|
||||||
color: @gray-dark;
|
color: @gray-dark;
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
border-top: solid 1px @gray-light;
|
border-top: solid 1px @gray-lighter;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
padding-top: 10px;
|
padding: 0 5px;
|
||||||
|
|
||||||
.radio {
|
.radio {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type="radio"] {
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& + p {
|
& + p {
|
||||||
|
|
Loading…
Reference in a new issue