MDL-5311 qtype_multichoice: add a bit of styling to the option

This commit is contained in:
Simey Lameze 2019-04-04 10:44:34 +08:00
parent f6a778497e
commit 3c1717bb09
4 changed files with 35 additions and 0 deletions

View File

@ -26,6 +26,10 @@
width: 15px;
}
.qtype_multichoice_clearchoice input {
display: none;
}
/* Editing form. */
body#page-question-type-multichoice div[id^=fitem_id_][id*=answer_] {
background: #eee;

View File

@ -310,6 +310,17 @@ body.path-question-type {
.que.multichoice .answer div.r1 .icon.fa-remove {
text-indent: 0;
}
.qtype_multichoice_clearchoice {
padding-top: 10px;
label {
cursor: pointer;
text-decoration: underline;
padding-left: 30px;
}
}
.qtype_multichoice_clearchoice input {
display: none;
}
.formulation input[type="text"],
.formulation select {

View File

@ -14028,6 +14028,16 @@ body.path-question-type {
.que.multichoice .answer div.r1 .icon.fa-remove {
text-indent: 0; }
.qtype_multichoice_clearchoice {
padding-top: 10px; }
.qtype_multichoice_clearchoice label {
cursor: pointer;
text-decoration: underline;
padding-left: 30px; }
.qtype_multichoice_clearchoice input {
display: none; }
.formulation input[type="text"],
.formulation select {
width: auto;

View File

@ -14279,6 +14279,16 @@ body.path-question-type {
.que.multichoice .answer div.r1 .icon.fa-remove {
text-indent: 0; }
.qtype_multichoice_clearchoice {
padding-top: 10px; }
.qtype_multichoice_clearchoice label {
cursor: pointer;
text-decoration: underline;
padding-left: 30px; }
.qtype_multichoice_clearchoice input {
display: none; }
.formulation input[type="text"],
.formulation select {
width: auto;