mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 03:14:20 +02:00
MDL-45611 Questions: Fixing the layout of the 'points box'
This commit is contained in:
parent
e7ea6b9a24
commit
05562aaf6f
@ -456,9 +456,22 @@ body.path-question-type .fitem_fgroup .accesshide {
|
||||
}
|
||||
#page-mod-quiz-edit div.question div.content div.points {
|
||||
margin-top: -0.5em;
|
||||
padding-bottom: 0.5em;
|
||||
padding-bottom: 0em;
|
||||
border: none;
|
||||
background-color: @bodyBackground;
|
||||
position: static;
|
||||
width: 12.1em;
|
||||
float: right;
|
||||
margin-right: 60px;
|
||||
}
|
||||
#page-mod-quiz-edit.dir-rtl div.question div.content div.points {
|
||||
float: left;
|
||||
margin-left: 60px;
|
||||
margin-right: 0px;
|
||||
|
||||
}
|
||||
#page-mod-quiz-edit div.question div.content div.points br {
|
||||
display: none;
|
||||
}
|
||||
#page-mod-quiz-edit div.question div.content div.points label {
|
||||
display: inline-block;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user