Index: lams_central/web/css/_learner_base.scss =================================================================== diff -u -r792ae1ed9da7ded5d47e0038fc593f8c38d7f203 -ra9f5e7f17f2c4ca78ee68eb398817a79735c148f --- lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision 792ae1ed9da7ded5d47e0038fc593f8c38d7f203) +++ lams_central/web/css/_learner_base.scss (.../_learner_base.scss) (revision a9f5e7f17f2c4ca78ee68eb398817a79735c148f) @@ -144,8 +144,14 @@ } .card-no-border { box-shadow: none; + margin-top: 15px; + margin-bottom: 15px; } +.card-accordian .card-collapse, .card-statistics .card-collapse { + margin-top: 15px; +} + // Reduce the gap between the nav bar and the content for authoring and monitoring. // The gap is designed for a large panel header but we are not using that on the popup // dialogs. @@ -282,6 +288,11 @@ color: inherit; } +.form-control-inline { + width: auto !important; + display: inline-block; +} + .rating-criteria-tag { width: 100%; }