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.form-limesurvey .ciform-favorite-activities input[type="text"] { | ||
width: 1em !important; | width: 1em !important; | ||
border: 1px solid !important; | border: 1px solid !important; |
Latest revision as of 13:07, 24 July 2022
.ci_form.form-limesurvey {
max-width: none !important;
}
.ci_form.form-limesurvey .ciform-favorite-activities 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;
}