Untitled diff

Created Diff never expires
12 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
50 lines
16 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
54 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
.faq-reorder-form {
width: 100%;
}
.faq-answer-container {
.faq-answer-container {
padding: 10px 5px 10px 0;
padding: 0.618em 0.309em 0.618em 0;
height: auto;
height: auto;
}
}
.faq-answer-container > div {
line-height: 1.32em;
}
.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;
}
}