Ajout d'une page d'édition des quizz

This commit is contained in:
2025-06-10 23:53:48 +02:00
parent 8ae7457016
commit c62f070e39
14 changed files with 684 additions and 7 deletions
@@ -0,0 +1,41 @@
ol#questions-list {
display: table;
border-spacing: 2px;
width: 90%;
}
ol#questions-list li {
width: 90%;
background-color: lemonchiffon;
border: 2pt solid;
display: table-row;
flex-direction: row;
align-items: stretch;
margin: auto;
}
ol#questions-list li div.button-box {
display:table-cell;
text-align: center;
vertical-align: middle;
width: 7em;
}
ol#questions-list li div.button-box button{
width: 7em;
}
ol#questions-list li div.content-box {
display:table-cell;
background-color: gainsboro;
color: black;
font-size: 12pt;
}
/* DCC */
div.dcc-box h5, div.dcc-box h5 input{
font-size: 16pt;
font-weight: bold;
text-decoration: underline;
width: 100%;
}