forked from ScoDoc/ScoDoc
15 lines
323 B
CSS
15 lines
323 B
CSS
/* == Gestion des styles pour les mobiles == */
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
/* <== Module Assiduité ==> */
|
|
#ajout-assiduite-etud .description>textarea,
|
|
#ajout-justificatif-etud .raison>textarea {
|
|
width: 90%;
|
|
}
|
|
|
|
#modimpl,
|
|
#moduleimpl_select {
|
|
max-width: 200px;
|
|
}
|
|
} |