mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
Merge branch 'MDL-43994-im' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
696195afee
1 changed files with 7 additions and 1 deletions
|
@ -124,4 +124,10 @@ Docked Item Panel
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
width:auto; /* adds scroll to dock panel */
|
width:auto; /* adds scroll to dock panel */
|
||||||
}
|
}
|
||||||
#dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {overflow:visible;}
|
#dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {overflow:visible;}
|
||||||
|
|
||||||
|
/* Hide the move icon for blocks which are docked */
|
||||||
|
#dock .editing_move,
|
||||||
|
#dock .moodle-core-dragdrop-draghandle {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue