mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-45611-master' of git://github.com/phalacee/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
commit
3a2421a56e
@ -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