1 | .faq-answer-container {
| 1 | /*
|
2 | padding: 10px 5px 10px 0;
| 2 | * Surchargez ce fichier dans votre thème pour personnaliser le module
|
3 | height: auto;
| 3 | * https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
|
| | 4 | */
|
| | 5 | .faq-reorder-form {
|
| | 6 | width: 100%;
|
4 | }
| 7 | }
|
5 |
| 8 |
|
6 | .faq-answer-container > div {
| 9 | .faq-answer-container {
|
7 | line-height: 1.32em;
| 10 | padding: 0.618em 0.309em 0.618em 0;
|
| | 11 | height: auto;
|
8 | }
| 12 | }
|
9 |
| 13 |
|
10 | .article-faq {
| 14 | .article-faq {
|
11 | display: table;
| 15 | display: table;
|
12 | margin: 0 0 6px 0;
| 16 | margin: 0 0 0.309em 0;
|
13 | padding: 0;
| 17 | padding: 0;
|
14 | width: 100%;
| 18 | width: 100%;
|
15 | transition: all 0.2s;
| 19 | transition: all 0.2s;
|
16 | }
| 20 | }
|
17 |
| 21 |
|
18 | .faq-question-element {
| 22 | .faq-question-element {
|
19 | margin: 0;
| 23 | margin: 0;
|
20 | padding: 8px 5px 5px 10px;
| 24 | padding: 0.456em 0.309em 0.309em 0.618em;
|
21 | }
| 25 | }
|
22 |
| 26 |
|
23 | .question-title {
| 27 | .question-title {
|
24 | display: inline-block;
| 28 | display: block;
|
25 | overflow: initial;
| 29 | overflow: initial;
|
26 | }
| 30 | }
|
27 |
| 31 |
|
28 | .faq-question-element .question-title {
| 32 | .faq-question-element .question-title {
|
29 | margin-left: 5px;
| 33 | margin-left: 0.309em;
|
30 | }
| 34 | }
|
31 |
| 35 |
|
32 | .sortable-title .question-title span {
| 36 | .sortable-title .question-title span {
|
33 | font-size: 1.9rem;
| 37 | font-size: 1.9rem;
|
34 | }
| 38 | }
|
35 |
| 39 |
|
36 | /* hack pour l'ancre */
| 40 | /* hack pour l'ancre */
|
37 | .question-anchor {
| 41 | .question-anchor {
|
38 | margin-top: -10px;
| 42 | margin-top: -0.618em;
|
39 | padding-top: 10px;
| 43 | padding-top: 0.618em;
|
40 | }
| 44 | }
|
41 |
| 45 |
|
42 | .article-faq footer {
| 46 | .article-faq footer {
|
43 | margin: 0;
| 47 | margin: 0;
|
44 | padding: 0;
| 48 | padding: 0;
|
45 | }
| 49 | }
|
46 |
| 50 |
|
47 | #questions-titles-list hr {
| 51 | #questions-titles-list hr {
|
48 | margin: 20px 0;
| 52 | margin: 0 1.309em 0;
|
49 | }
| 53 | }
|