MDL-45476 Quiz: Fixing atto on multiple choice pages

This commit is contained in:
Jason Fowler 2014-05-12 11:29:39 +08:00
parent c1ed254643
commit 1d20cf37cb
2 changed files with 15 additions and 1 deletions

View File

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

File diff suppressed because one or more lines are too long