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

This commit is contained in:
Andrew Nicols 2014-02-06 14:43:16 +08:00
parent 27ebbdd703
commit 8f71903132

View file

@ -45,3 +45,10 @@ body.dir-rtl.has_dock {margin-left: 0px; margin-right: 30px}
/* Test span used to calculate positioning of docked item labels */
.transform-test-node { position:absolute;line-height:normal; }
/* Hide the move icon for blocks which are docked */
#dock .editing_move,
#dock .moodle-core-dragdrop-draghandle {
display: none;
}