27 lines
456 B
CSS
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;
|
|
}
|