Skip to content

Commit

Permalink
MDL-45611 Questions: Fixing the layout of the 'points box'
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed Jun 13, 2014
1 parent afce57c commit 08f2855
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion theme/bootstrapbase/less/moodle/question.less
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 08f2855

Please sign in to comment.