mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
Merge branch 'MDL-43994-im' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
696195afee
@ -124,4 +124,10 @@ Docked Item Panel
|
||||
overflow:auto;
|
||||
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…
x
Reference in New Issue
Block a user