Untitled diff

Created Diff never expires
13 removals
50 lines
17 additions
54 lines
.faq-answer-container {
/*
padding: 10px 5px 10px 0;
* Surchargez ce fichier dans votre thème pour personnaliser le module
height: auto;
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.faq-reorder-form {
width: 100%;
}
}
.faq-answer-container > div {
.faq-answer-container {
line-height: 1.32em;
padding: 0.618em 0.309em 0.618em 0;
height: auto;
}
}
.article-faq {
.article-faq {
display: table;
display: table;
margin: 0 0 6px 0;
margin: 0 0 0.309em 0;
padding: 0;
padding: 0;
width: 100%;
width: 100%;
transition: all 0.2s;
transition: all 0.2s;
}
}
.faq-question-element {
.faq-question-element {
margin: 0;
margin: 0;
padding: 8px 5px 5px 10px;
padding: 0.456em 0.309em 0.309em 0.618em;
}
}
.question-title {
.question-title {
display: inline-block;
display: block;
overflow: initial;
overflow: initial;
}
}
.faq-question-element .question-title {
.faq-question-element .question-title {
margin-left: 5px;
margin-left: 0.309em;
}
}
.sortable-title .question-title span {
.sortable-title .question-title span {
font-size: 1.9rem;
font-size: 1.9rem;
}
}
/* hack pour l'ancre */
/* hack pour l'ancre */
.question-anchor {
.question-anchor {
margin-top: -10px;
margin-top: -0.618em;
padding-top: 10px;
padding-top: 0.618em;
}
}
.article-faq footer {
.article-faq footer {
margin: 0;
margin: 0;
padding: 0;
padding: 0;
}
}
#questions-titles-list hr {
#questions-titles-list hr {
margin: 20px 0;
margin: 0 1.309em 0;
}
}