mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-5311 qtype_multichoice: add a bit of styling to the option
This commit is contained in:
parent
f6a778497e
commit
3c1717bb09
@ -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;
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user