mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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
|
/* Docking Module
|
||||||
-----------------*/
|
-----------------*/
|
||||||
|
|
||||||
body.has_dock #page {
|
body.has_dock {
|
||||||
width: 97%;
|
margin:0;
|
||||||
right: 3%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#dock {
|
#dock {
|
||||||
|
@ -136,4 +135,4 @@ Docked Item Panel
|
||||||
#dockeditempanel .dockeditempanel_bd {
|
#dockeditempanel .dockeditempanel_bd {
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
width:auto; /* adds scroll to dock panel */
|
width:auto; /* adds scroll to dock panel */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue