mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-38923 theme_bootstrapbase: tidied up dock implementation
Also: * Changed to a CSS based compacting solution * Converted dock colours to variables * RTL fixes for the dock
This commit is contained in:
parent
a799631bb1
commit
2a203eee8d
11 changed files with 141 additions and 202 deletions
|
@ -3267,6 +3267,9 @@ EOD;
|
|||
} else {
|
||||
$additionalclasses[] = 'empty-region-'.$region;
|
||||
}
|
||||
if ($this->page->blocks->region_completely_docked($region, $this)) {
|
||||
$additionalclasses[] = 'docked-region-'.$region;
|
||||
}
|
||||
}
|
||||
foreach ($this->page->layout_options as $option => $value) {
|
||||
if ($value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue