Skip to content

Commit

Permalink
Merge branch 'MDL-45476-master' of git://github.com/phalacee/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed May 20, 2014
2 parents 93f05f0 + 1d20cf3 commit c186e87
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
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 c186e87

Please sign in to comment.