Template:CIForms examples/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.ci_form.form-limesurvey .ci_form_section_cloze_test_list:nth- | .ci_form.form-limesurvey .ci_form_section_cloze_test_list:nth-child(1) input[type="text"] { | ||
width: 1em !important; | width: 1em !important; | ||
border: 1px solid !important; | border: 1px solid !important; |
Revision as of 12:55, 24 July 2022
.ci_form.form-limesurvey {
max-width: none !important;
}
.ci_form.form-limesurvey .ci_form_section_cloze_test_list:nth-child(1) input[type="text"] {
width: 1em !important;
border: 1px solid !important;
min-width: auto !important;
line-height: normal;
background: white;
padding: 1px 2px;
display: inline-block;
text-align: center;
}