mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
quiz editing: MDL-22364 fix text overlap problem by moving something from standard to base.
This commit is contained in:
parent
c96e53b75e
commit
4051a78fa6
@ -22,7 +22,7 @@ body.jsenabled #qtypechoicecontainer {display: block;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypeoption {margin-bottom: 0; padding: 0.2em 0 0.2em 0.3em;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypeoption img {vertical-align: middle;}
|
||||
#qtypechoicecontainer #chooseqtype .instruction,
|
||||
#qtypechoicecontainer #chooseqtype .qtypesummary {display: none;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 60%;margin: 0;border-left: 1px solid grey;padding: 0.3em 0.5em;}
|
||||
#qtypechoicecontainer #chooseqtype .qtypesummary {display: none;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 60%;margin: 0;border-left: 1px solid grey;padding: 0.3em 0.5em;background-color: white;}
|
||||
#qtypechoicecontainer #chooseqtype .instruction,
|
||||
#qtypechoicecontainer #chooseqtype .selected .qtypesummary {display: block;}
|
||||
|
||||
|
@ -18,14 +18,10 @@
|
||||
#qtypechoicecontainer #chooseqtype .qtypes {border-bottom-color: gray;}
|
||||
#qtypechoicecontainer #chooseqtype .selected {background: #dddddd;}
|
||||
#qtypechoicecontainer #chooseqtype .instruction,
|
||||
#qtypechoicecontainer #chooseqtype .qtypesummary {border-left-color: gray;background-color: white;}
|
||||
|
||||
#qtypechoicecontainer #chooseqtype .qtypesummary {border-left-color: gray;}
|
||||
|
||||
.calculated .answer,
|
||||
.numerical .answer,
|
||||
.shortanswer .answer {background-color: #EEE;}
|
||||
|
||||
.essay .answerreview {background-color: #EEE;}
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user