MDL-45611 Questions: Fixing the layout of the 'points box'

This commit is contained in:
Jason Fowler 2014-06-09 14:59:44 +08:00
parent e7ea6b9a24
commit 05562aaf6f
2 changed files with 15 additions and 2 deletions

View File

@ -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