Untitled diff

Created Diff never expires
4 removals
14 lines
16 additions
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;
}
}