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
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
}
}


.ci_form.form-limesurvey .ci_form_section_cloze_test_list:nth-of-type(2) input[type="text"]  {
.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;
}