mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-40722-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
6178bb2091
2 changed files with 14 additions and 2 deletions
|
@ -414,6 +414,18 @@
|
|||
margin-left: 0;
|
||||
.box-sizing(border-box);
|
||||
}
|
||||
|
||||
// We need to specify a more specific selector to reset the width for
|
||||
// cases when we have content in the side-pre blockregion but not in the
|
||||
// side-post blockregion as there are more specific selectors in
|
||||
// core.less which take precedence which break responsiveness.
|
||||
.empty-region-side-post.used-region-side-pre {
|
||||
#block-region-side-pre.span4,
|
||||
#region-main.span8.span8 {
|
||||
.fluid-span(12);
|
||||
}
|
||||
}
|
||||
|
||||
.row-fluid .span12 {
|
||||
width: 100%;
|
||||
.box-sizing(border-box);
|
||||
|
@ -463,4 +475,4 @@
|
|||
margin: 0 0 1em 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue