Ajout d'une page d'édition des quizz
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
Reference in New Issue
Block a user