Merge branch 'MDL-45476-master' of git://github.com/phalacee/moodle

This commit is contained in:
Damyon Wiese 2014-05-20 13:06:09 +08:00
commit c186e87ab7
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