Difference between revisions of "MediaWiki:Gadget-calculator-patients-patientInput.css"

From WikiAnesthesia
Line 10: Line 10:
#calculator-patientInput .form-group {
#calculator-patientInput .form-group {
     margin-bottom: 0;
     margin-bottom: 0;
}
#calculator-patientInput .form-row {
    margin: 0;
}
}

Revision as of 23:58, 24 August 2021

#mw-content-text {
    margin-top: 0 !important;
}

#calculator-patientInput {
    background-color: #ffffff;
    position: sticky;
}

#calculator-patientInput .form-group {
    margin-bottom: 0;
}

#calculator-patientInput .form-row {
    margin: 0;
}