MDL-43994 Blocks: Hide the move icon when blocks are docked on Afterburner too

This commit is contained in:
Andrew Nicols 2014-02-10 08:50:02 +08:00
parent c6c9b1d799
commit 8892ec2b2d

View File

@ -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;
}