SAE-A2-TruthInquiry/truthinquiry/static/css/admin_ui.css
2023-03-20 16:02:52 +01:00

27 lines
456 B
CSS

#places>section {
border: thin solid red;
padding: 5px;
margin-top: 20px;
}
#section>input{
width: 100%;
}
.questionTypeTag{
border: thin solid red;
margin-top: 20px;
}
.questionTypeTag input{
width: 100%;
}
.questionType{
border: thin solid red;
margin-top: 20px;
}
.question input{
width: 100%;
margin: 10px;
}