Untitled diff

Created Diff never expires
4 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
14 lines
16 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
26 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
*/
textarea {
textarea {
float: left;
float: left;
height: 70px;
height: 4.236em;
width: 47%;
width: 47%;
}
}
textarea.answers {
textarea.answers {
margin-left: 5px;
margin-left: 0.309em;
width: 37%;
}
@media (min-width: 769px) {
textarea.answers {
width: 47%;
}
}
}
.fa-delete {
.fa-delete {
margin: 25px 0 0 5px;
margin: 1.482em 0 0 0.309em;
}
}