mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-26240 theme_anomaly: Fixed small regression with dock
This commit is contained in:
parent
9ac82391a2
commit
f091da528e
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
/* Docking Module
|
||||
-----------------*/
|
||||
|
||||
body.has_dock #page {
|
||||
width: 97%;
|
||||
right: 3%;
|
||||
body.has_dock {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#dock {
|
||||
|
@ -136,4 +135,4 @@ Docked Item Panel
|
|||
#dockeditempanel .dockeditempanel_bd {
|
||||
overflow:auto;
|
||||
width:auto; /* adds scroll to dock panel */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue