CIForms examples / styles.css

Template:CIForms examples/styles.css: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
.ci_form.form-limesurvey {
.ci_form.form-limesurvey {
  max-width: none !important;
  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;
}
}

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;
}