Skip to content

Commit

Permalink
MDL-45476 Quiz: Fixing atto on multiple choice pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed May 13, 2014
1 parent c1ed254 commit 1d20cf3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions theme/bootstrapbase/less/moodle/responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
}

@media (min-width: 1200px) {
// Editor on question page
.path-question {
#id_answerhdr div.fitem_feditor {
padding-right: 6px;
}
}
// Login page.
.loginbox.twocolumns .loginpanel {
margin-left: 0;
Expand Down Expand Up @@ -576,6 +582,14 @@

// All widths up to 1199px.
@media (max-width: 1199px) {

// Editor on question pages
.path-question {
#id_answerhdr div.fitem {
padding-right: 6px;
padding-left: 4px;
}
}
// CSS for the course management pages.
#course-category-listings.columns-3 {
background-color: @tableBackground;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 1d20cf3

Please sign in to comment.