mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-45476-master' of git://github.com/phalacee/moodle
This commit is contained in:
commit
c186e87ab7
@ -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
Loading…
x
Reference in New Issue
Block a user