Merge branch 'MDL-43994-im' of git://github.com/andrewnicols/moodle

This commit is contained in:
Sam Hemelryk 2014-02-11 09:32:32 +13:00 committed by Eloy Lafuente (stronk7)
commit 696195afee

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