Skip to content

Commit

Permalink
Border around "Answers" consistant, without white space, resolves moo…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Dec 23, 2024
1 parent 9144c60 commit 0e78be9
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ body#page-question-type-pmatch #region-main #fgroup_id_updatebuttonar {
border: none;
}
[id^='fitem_id_accuracyborder_'] {
border: none !important; /* stylelint-disable-line declaration-no-important */
border-top: none !important; /* stylelint-disable-line declaration-no-important */
}

body#page-question-type-pmatch div#fgroup_id_supsubels label[for*='allowsubscript'],
Expand Down Expand Up @@ -237,3 +237,25 @@ body#page-question-type-pmatch-testquestion .resettable {
top: 0 !important; /* stylelint-disable-line declaration-no-important */
}
}

#page-question-type-pmatch div[id^="fitem_id_topborder_"].mb-3,
#page-question-type-pmatch div[id^="fitem_id_answer_"].mb-3,
#page-question-type-pmatch div[id^="fitem_id_fraction_"].mb-3,
#page-question-type-pmatch div[id^="fitem_id_accuracyborder_"].mb-3,
#page-question-type-pmatch div[id="fitem_id_"].mb-3.otheranswerhdr,
#page-question-type-pmatch div[id="fitem_id_otherfraction"].mb-3,
#page-question-type-pmatch div[id="fitem_id_otherfeedback"].mb-3,
#page-question-type-pmatch div[id^="fitem_id_rule-creator-wrapper_"].mb-3 {
margin-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
}


#page-question-type-pmatch #id_answerhdr div[id*="fitem_id_addanswers"].fitem.femptylabel {
border: none;
background: transparent;
}
#page-question-type-pmatch div[id^="fitem_id_accuracyborder_"] {
border-left: 1px solid #bbb;
border-right: 1px solid #bbb;
}

0 comments on commit 0e78be9

Please sign in to comment.