summaryrefslogtreecommitdiff
path: root/addons/survey/static/src/css/survey_print.css
blob: a28f672b1476b909aa88f1e0e2f55cd7f1d4c18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@media print {
    .js_surveyform {
        font-size: 13px;
    }
    .js_surveyform textarea.form-control {
        height: 10em;
    }
    .js_surveyform h1 {
        font-size: 28px;
    }
    .js_surveyform h2 {
        font-size: 20px;
    }
    .js_question-wrapper {
        page-break-inside: avoid;
    }
}